aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/vda.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2011-11-15 00:17:31 +0100
committerSebastien Zwickert <dilaroga@free.fr>2011-11-15 00:41:36 +0100
commitedc26bfae59055bac90853dbc3f9fc9fc959cc1a (patch)
tree90b3e6f9497e2cb72a168136e2197e246690097e /libavcodec/vda.h
parent2b1a4c5b3411c3030a5bdbd70d80bc606be570f7 (diff)
downloadandroid_external_ffmpeg-edc26bfae59055bac90853dbc3f9fc9fc959cc1a.tar.gz
android_external_ffmpeg-edc26bfae59055bac90853dbc3f9fc9fc959cc1a.tar.bz2
android_external_ffmpeg-edc26bfae59055bac90853dbc3f9fc9fc959cc1a.zip
vda: use K&R style.
Diffstat (limited to 'libavcodec/vda.h')
-rw-r--r--libavcodec/vda.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libavcodec/vda.h b/libavcodec/vda.h
index 9a2af2df80..5ff8070fd3 100644
--- a/libavcodec/vda.h
+++ b/libavcodec/vda.h
@@ -36,8 +36,7 @@
/**
* This structure is used to store a decoded frame information and data.
*/
-typedef struct
-{
+typedef struct {
/**
* The PTS of the frame.
*
@@ -71,7 +70,6 @@ typedef struct
* The application must make it available as AVCodecContext.hwaccel_context.
*/
struct vda_context {
-
/**
* VDA decoder object.
*