]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avisynth.c
Set channel layout for 4 and 5.1 channel cdata audio files
[ffmpeg] / libavformat / avisynth.c
index e2a8a3cf5a61a95b505b2ef2fcf0b7d3cab2d0d2..768459a38dacb0cf021c82aec532c83b41ec2b50 100644 (file)
@@ -207,7 +207,7 @@ static int avisynth_read_seek(AVFormatContext *s, int stream_index, int64_t pts,
   return 0;
 }
 
-AVInputFormat avisynth_demuxer = {
+AVInputFormat ff_avisynth_demuxer = {
   "avs",
   NULL_IF_CONFIG_SMALL("AVISynth"),
   sizeof(AVISynthContext),