]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/paf.c
mov: Fix little endian audio detection
[ffmpeg] / libavformat / paf.c
index 18bf353c4bf4452c32373db3273a4dde05d8a1e6..9ee4cd8cb620a3d77ba9ce128187764fa0c69712 100644 (file)
@@ -28,7 +28,7 @@
 #define PAF_SOUND_SAMPLES     2205
 #define PAF_SOUND_FRAME_SIZE  ((256 + PAF_SOUND_SAMPLES) * 2)
 
-typedef struct {
+typedef struct PAFDemuxContext {
     uint32_t buffer_size;
     uint32_t frame_blks;
     uint32_t nb_frames;