]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/nutdec.c
libavfilter: src_buffer, use only aresample, not aconvert.
[ffmpeg] / libavformat / nutdec.c
index 04e1dcfd0f9c29f9c6bac01af7c63b7604450744..cd0dd94bf9eae1fbddb678d26a72f5963efc8935 100644 (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,