comparison isom.h @ 6033:c7b98381ec2d libavformat

Move AVCodecTag from riff.h into internal.h. Patch by Francesco Lavra, francescolavra interfree it
author cehoyos
date Sat, 22 May 2010 16:01:32 +0000
parents 028ad8c9a6f6
children
comparison
equal deleted inserted replaced
6032:44d635df3f26 6033:c7b98381ec2d
23 23
24 #ifndef AVFORMAT_ISOM_H 24 #ifndef AVFORMAT_ISOM_H
25 #define AVFORMAT_ISOM_H 25 #define AVFORMAT_ISOM_H
26 26
27 #include "avio.h" 27 #include "avio.h"
28 #include "riff.h" 28 #include "internal.h"
29 #include "dv.h" 29 #include "dv.h"
30 30
31 /* isom.c */ 31 /* isom.c */
32 extern const AVCodecTag ff_mp4_obj_type[]; 32 extern const AVCodecTag ff_mp4_obj_type[];
33 extern const AVCodecTag codec_movvideo_tags[]; 33 extern const AVCodecTag codec_movvideo_tags[];