[FFmpeg-cvslog] Add AVFMT_SEEK_TO_PTS to nut demuxer flags

Michael Bradshaw git at videolan.org
Wed May 16 03:59:43 CEST 2012


ffmpeg | branch: master | Michael Bradshaw <mbradshaw at sorensonmedia.com> | Tue May 15 17:32:33 2012 -0600| [1f3f7bd4443bcf7637c8eee05f2bad8296e5b765] | committer: Michael Niedermayer

Add AVFMT_SEEK_TO_PTS to nut demuxer flags

Signed-off-by: Michael Bradshaw <mbradshaw at sorensonmedia.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1f3f7bd4443bcf7637c8eee05f2bad8296e5b765
---

 libavformat/nutdec.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/nutdec.c b/libavformat/nutdec.c
index 04e1dcf..cd0dd94 100644
--- a/libavformat/nutdec.c
+++ b/libavformat/nutdec.c
@@ -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,



More information about the ffmpeg-cvslog mailing list