mirror of https://git.ffmpeg.org/ffmpeg.git
Add AVFMT_SEEK_TO_PTS to nut demuxer flags
Signed-off-by: Michael Bradshaw <mbradshaw@sorensonmedia.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
bb008f0ad1
commit
1f3f7bd444
|
@ -988,6 +988,7 @@ static int nut_read_close(AVFormatContext *s)
|
|||
AVInputFormat ff_nut_demuxer = {
|
||||
.name = "nut",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("NUT format"),
|
||||
.flags = AVFMT_SEEK_TO_PTS,
|
||||
.priv_data_size = sizeof(NUTContext),
|
||||
.read_probe = nut_probe,
|
||||
.read_header = nut_read_header,
|
||||
|
|
Loading…
Reference in New Issue