Module: libav
Branch: master
Commit: 0f5b0b4178b844fcab82222109d0be00ab73c185

Author:    Diego Biurrun <[email protected]>
Committer: Diego Biurrun <[email protected]>
Date:      Tue Jan 29 18:00:34 2013 +0100

avisynth: Change demuxer name to avoid conflicts with AVS

---

 libavformat/avisynth.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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,

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to