diff nut.h @ 3112:88e032ac11e7 libavformat

Subtitle support. (untested)
author michael
date Wed, 05 Mar 2008 13:06:49 +0000
parents f4c7d2d8acbb
children ea5623a8efde
line wrap: on
line diff
--- a/nut.h	Wed Mar 05 12:06:57 2008 +0000
+++ b/nut.h	Wed Mar 05 13:06:49 2008 +0000
@@ -97,6 +97,8 @@
     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);