avisynth: Change demuxer name to avoid conflicts with AVS

This commit is contained in:
Diego Biurrun 2013-01-29 18:00:34 +01:00
parent a65f965c04
commit 0f5b0b4178
1 changed files with 1 additions and 1 deletions

View File

@ -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,