diff options
Diffstat (limited to 'libavformat/dxa.c')
-rw-r--r-- | libavformat/dxa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/dxa.c b/libavformat/dxa.c index 78e7290837..4a4d7c2cb0 100644 --- a/libavformat/dxa.c +++ b/libavformat/dxa.c @@ -28,7 +28,7 @@ #define DXA_EXTRA_SIZE 9 -typedef struct{ +typedef struct DXAContext { int frames; int has_sound; int bpc; |