summaryrefslogtreecommitdiff
path: root/libavformat/nut.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-08-09 18:37:28 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-08-09 18:37:28 +0000
commitf13ea4e00c583d819f279a455d3f0a02e40ef0ae (patch)
tree5a2b305b2b29614e48e5b9047cb5894798820543 /libavformat/nut.h
parent9031aeb1cd8b0a5b5d4e6c11824a86c9c11ddcb2 (diff)
move lsb2full to common file
Originally committed as revision 10025 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/nut.h')
-rw-r--r--libavformat/nut.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/nut.h b/libavformat/nut.h
index a96d111d50..3c518acd4e 100644
--- a/libavformat/nut.h
+++ b/libavformat/nut.h
@@ -94,5 +94,6 @@ typedef struct {
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);
#endif /* AVFORMAT_NUT_H */