diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-08-09 16:29:30 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-08-09 16:29:30 +0000 |
commit | 874abace12a8fee0b74307939783dd4fc06ef906 (patch) | |
tree | 0a12fee27e0833ba2f09e8f59fed0993ea9dd476 /libavformat/nut.h | |
parent | 9cb5a11ea879fbbab45aaa28b13fccf1fc15b64f (diff) | |
download | ffmpeg-874abace12a8fee0b74307939783dd4fc06ef906.tar.gz |
move syncpoint timestamp resetting code to a common file
Originally committed as revision 10020 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/nut.h')
-rw-r--r-- | libavformat/nut.h | 2 |
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 */ |