diff nut.h @ 2349:a9dc7596498a libavformat

move syncpoint cache related stuff to common file
author michael
date Thu, 09 Aug 2007 23:24:02 +0000
parents 4a06a51ceb70
children 1860d5b4be2e
line wrap: on
line diff
--- a/nut.h	Thu Aug 09 21:35:13 2007 +0000
+++ b/nut.h	Thu Aug 09 23:24:02 2007 +0000
@@ -95,5 +95,8 @@
 unsigned long av_crc04C11DB7_update(unsigned long checksum, const uint8_t *buf, unsigned int len);
 void ff_nut_reset_ts(NUTContext *nut, AVRational time_base, int64_t val);
 int64_t ff_lsb2full(StreamContext *stream, int64_t lsb);
+int ff_nut_sp_pos_cmp(syncpoint_t *a, syncpoint_t *b);
+int ff_nut_sp_pts_cmp(syncpoint_t *a, syncpoint_t *b);
+void ff_nut_add_sp(NUTContext *nut, int64_t pos, int64_t back_ptr, int64_t ts);
 
 #endif /* AVFORMAT_NUT_H */