diff options
author | Clément Bœsch <ubitux@gmail.com> | 2011-11-15 00:17:31 +0100 |
---|---|---|
committer | Sebastien Zwickert <dilaroga@free.fr> | 2011-11-15 00:41:36 +0100 |
commit | edc26bfae59055bac90853dbc3f9fc9fc959cc1a (patch) | |
tree | 90b3e6f9497e2cb72a168136e2197e246690097e /libavcodec/vda.h | |
parent | 2b1a4c5b3411c3030a5bdbd70d80bc606be570f7 (diff) | |
download | ffmpeg-edc26bfae59055bac90853dbc3f9fc9fc959cc1a.tar.gz |
vda: use K&R style.
Diffstat (limited to 'libavcodec/vda.h')
-rw-r--r-- | libavcodec/vda.h | 4 |
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. * |