]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/eacdata.c
tls: Pass AVOptions dictionaries through to the chained protocol
[ffmpeg] / libavformat / eacdata.c
index b56ba1c90cd24600f71389562f9564d5c027c567..c81dec847d4c3fda7e9fef3e0195246d75ebd4be 100644 (file)
@@ -31,7 +31,7 @@
 #include "avformat.h"
 #include "internal.h"
 
-typedef struct {
+typedef struct CdataDemuxContext {
   unsigned int channels;
   unsigned int audio_pts;
 } CdataDemuxContext;