summaryrefslogtreecommitdiff
path: root/contrib/ffmpeg/libavformat/isom.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ffmpeg/libavformat/isom.h')
-rw-r--r--contrib/ffmpeg/libavformat/isom.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/contrib/ffmpeg/libavformat/isom.h b/contrib/ffmpeg/libavformat/isom.h
index efcb1fc42..7a66ce524 100644
--- a/contrib/ffmpeg/libavformat/isom.h
+++ b/contrib/ffmpeg/libavformat/isom.h
@@ -24,17 +24,20 @@
#ifndef FFMPEG_ISOM_H
#define FFMPEG_ISOM_H
+#include "riff.h"
+
/* isom.c */
extern const AVCodecTag ff_mp4_obj_type[];
extern const AVCodecTag codec_movvideo_tags[];
extern const AVCodecTag codec_movaudio_tags[];
+extern const AVCodecTag ff_codec_movsubtitle_tags[];
int ff_mov_iso639_to_lang(const char *lang, int mp4);
int ff_mov_lang_to_iso639(int code, char *to);
-typedef struct Time2Sample{
+typedef struct {
int count;
int duration;
-}Time2Sample;
+} MOV_stts_t;
#endif /* FFMPEG_ISOM_H */