Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2011-11-15 03:17:31 +0400
committerSebastien Zwickert <dilaroga@free.fr>2011-11-15 03:41:36 +0400
commitedc26bfae59055bac90853dbc3f9fc9fc959cc1a (patch)
tree90b3e6f9497e2cb72a168136e2197e246690097e /libavcodec/vda.h
parent2b1a4c5b3411c3030a5bdbd70d80bc606be570f7 (diff)
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.
*