]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/cdg.c
asfdec: move DAR list to ASFContext
[ffmpeg] / libavformat / cdg.c
index 2f4fb2771d9d52baaddad7771a97e634373cb197..ed3d78285b6086d71d2ab0c319a5ab8cc9ba5d90 100644 (file)
@@ -55,7 +55,7 @@ static int read_packet(AVFormatContext *s, AVPacket *pkt)
     return ret;
 }
 
-AVInputFormat cdg_demuxer = {
+AVInputFormat ff_cdg_demuxer = {
     "cdg",
     NULL_IF_CONFIG_SMALL("CD Graphics Format"),
     0,