diff nut.h @ 2335:5b5e1edd462e libavformat

move syncpoint timestamp resetting code to a common file
author michael
date Thu, 09 Aug 2007 16:29:30 +0000
parents 4d1a56112d92
children 59fa1bf41c5d
line wrap: on
line diff
--- a/nut.h	Thu Aug 09 16:15:50 2007 +0000
+++ b/nut.h	Thu Aug 09 16:29:30 2007 +0000
@@ -98,4 +98,6 @@
     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 */