view mov.h @ 962:a0d0542fb5f0 libavformat

ff_asts_init needs to be inside #ifdef CONFIG_MUXERS, remove some misplaced CONFIG_MUXERS from adtsenc.c, fixes compilation with --disable-muxers. patch by Luca Abeni, lucabe72 &at& email &dot& it
author diego
date Fri, 17 Feb 2006 21:06:51 +0000
parents 4e7a66723f1d
children 43f85eba04c4
line wrap: on
line source

#ifndef FFMPEG_MOV_H
#define FFMPEG_MOV_H

/* mov.c */
extern const CodecTag ff_mov_obj_type[];

#endif /* FFMPEG_MOV_H */