comparison caf.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 178de7695c6c
children
comparison
equal deleted inserted replaced
6032:44d635df3f26 6033:c7b98381ec2d
25 */ 25 */
26 26
27 #ifndef AVFORMAT_CAF_H 27 #ifndef AVFORMAT_CAF_H
28 #define AVFORMAT_CAF_H 28 #define AVFORMAT_CAF_H
29 29
30 #include "riff.h" 30 #include "internal.h"
31 31
32 extern const AVCodecTag ff_codec_caf_tags[]; 32 extern const AVCodecTag ff_codec_caf_tags[];
33 33
34 #endif /* AVFORMAT_CAF_H */ 34 #endif /* AVFORMAT_CAF_H */