Browse Source

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>
tags/n0.11
Michael Bradshaw Michael Niedermayer 13 years ago
parent
commit
1f3f7bd444
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/nutdec.c

+ 1
- 0
libavformat/nutdec.c View File

@@ -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…
Cancel
Save