[FFmpeg-cvslog] avisynth: Change demuxer name to avoid conflicts with AVS

Diego Biurrun git at videolan.org
Thu Jan 31 20:02:37 CET 2013


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Jan 29 18:00:34 2013 +0100| [0f5b0b4178b844fcab82222109d0be00ab73c185] | committer: Diego Biurrun

avisynth: Change demuxer name to avoid conflicts with AVS

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0f5b0b4178b844fcab82222109d0be00ab73c185
---

 libavformat/avisynth.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/avisynth.c b/libavformat/avisynth.c
index d31c427..eb5e7ad 100644
--- a/libavformat/avisynth.c
+++ b/libavformat/avisynth.c
@@ -219,7 +219,7 @@ static int avisynth_read_seek(AVFormatContext *s, int stream_index, int64_t pts,
 }
 
 AVInputFormat ff_avisynth_demuxer = {
-    .name           = "avs",
+    .name           = "avisynth",
     .long_name      = NULL_IF_CONFIG_SMALL("AVISynth"),
     .priv_data_size = sizeof(AVISynthContext),
     .read_header    = avisynth_read_header,



More information about the ffmpeg-cvslog mailing list