From 0f5b0b4178b844fcab82222109d0be00ab73c185 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 29 Jan 2013 18:00:34 +0100 Subject: avisynth: Change demuxer name to avoid conflicts with AVS --- libavformat/avisynth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/avisynth.c') diff --git a/libavformat/avisynth.c b/libavformat/avisynth.c index d31c427646..eb5e7adffd 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, -- cgit v1.2.3