summaryrefslogtreecommitdiff
path: root/libavformat/nut.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/nut.h')
-rw-r--r--libavformat/nut.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/nut.h b/libavformat/nut.h
index 03d8c5a2fd..9dadbffe52 100644
--- a/libavformat/nut.h
+++ b/libavformat/nut.h
@@ -98,4 +98,6 @@ static unsigned long av_crc04C11DB7_update(unsigned long checksum, const uint8_t
return av_crc(av_crc04C11DB7, checksum, buf, len);
}
+void ff_nut_reset_ts(NUTContext *nut, AVRational time_base, int64_t val);
+
#endif /* AVFORMAT_NUT_H */