]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/dxa.c
avformat: Don't anonymously typedef structs
[ffmpeg] / libavformat / dxa.c
index 78e7290837e1c1cfe75936591fd3ca7dab138a0c..4a4d7c2cb0577aa10460180acfcb261c291fd8f1 100644 (file)
@@ -28,7 +28,7 @@
 
 #define DXA_EXTRA_SIZE  9
 
-typedef struct{
+typedef struct DXAContext {
     int frames;
     int has_sound;
     int bpc;