mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-18 21:45:10 +00:00
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 = {
|
AVInputFormat ff_avisynth_demuxer = {
|
||||||
.name = "avs",
|
.name = "avisynth",
|
||||||
.long_name = NULL_IF_CONFIG_SMALL("AVISynth"),
|
.long_name = NULL_IF_CONFIG_SMALL("AVISynth"),
|
||||||
.priv_data_size = sizeof(AVISynthContext),
|
.priv_data_size = sizeof(AVISynthContext),
|
||||||
.read_header = avisynth_read_header,
|
.read_header = avisynth_read_header,
|
||||||
|
Loading…
Reference in New Issue
Block a user