diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-01-29 18:00:34 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-01-31 11:19:22 +0100 |
commit | 0f5b0b4178b844fcab82222109d0be00ab73c185 (patch) | |
tree | 15873c19048e0425b07b124ebdb77d8fdd15157d | |
parent | a65f965c04bfa27adedc0409c14cc05903f483d0 (diff) | |
download | ffmpeg-0f5b0b4178b844fcab82222109d0be00ab73c185.tar.gz |
avisynth: Change demuxer name to avoid conflicts with AVS
-rw-r--r-- | libavformat/avisynth.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |