diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-03-05 13:06:49 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-03-05 13:06:49 +0000 |
commit | 1326621c1afe17758a8a92294c3cf4f2b621df9e (patch) | |
tree | 6c8a993decb5315d2c1ec9e36b3348d1f817e88b /libavformat/nut.h | |
parent | 73e2261318fd80150ce6fa995efe0ef397f4c35a (diff) | |
download | ffmpeg-1326621c1afe17758a8a92294c3cf4f2b621df9e.tar.gz |
Subtitle support. (untested)
Originally committed as revision 12330 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 9439146035..4dee3a8da9 100644 --- a/libavformat/nut.h +++ b/libavformat/nut.h @@ -97,6 +97,8 @@ typedef struct { struct AVTreeNode *syncpoints; } NUTContext; +extern const AVCodecTag ff_nut_subtitle_tags[]; + 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); |