summaryrefslogtreecommitdiff
path: root/libavformat/avisynth.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-01-29 18:00:34 +0100
committerDiego Biurrun <diego@biurrun.de>2013-01-31 11:19:22 +0100
commit0f5b0b4178b844fcab82222109d0be00ab73c185 (patch)
tree15873c19048e0425b07b124ebdb77d8fdd15157d /libavformat/avisynth.c
parenta65f965c04bfa27adedc0409c14cc05903f483d0 (diff)
avisynth: Change demuxer name to avoid conflicts with AVS
Diffstat (limited to 'libavformat/avisynth.c')
-rw-r--r--libavformat/avisynth.c2
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,