mirror of https://git.ffmpeg.org/ffmpeg.git
avisynth: Change demuxer name to avoid conflicts with AVS
This commit is contained in:
parent
a65f965c04
commit
0f5b0b4178
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue