]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/isom.h
a little bit more bitstream syntax for the residual
[ffmpeg] / libavformat / isom.h
index 85cbbdc6c93bd2a93385699ea5870a4fb2468fde..5370241288307a3dcc9e38db000d664e4355454b 100644 (file)
 #ifndef FFMPEG_ISOM_H
 #define FFMPEG_ISOM_H
 
+#include "riff.h"
+
 /* isom.c */
-extern const CodecTag ff_mov_obj_type[];
+extern const AVCodecTag ff_mp4_obj_type[];
+extern const AVCodecTag codec_movvideo_tags[];
+extern const AVCodecTag codec_movaudio_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 */