mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-12-02 16:46:48 +00:00
e60b4ced1f
Originally committed as revision 4982 to svn://svn.ffmpeg.org/ffmpeg/trunk
8 lines
123 B
C
8 lines
123 B
C
#ifndef FFMPEG_MOV_H
|
|
#define FFMPEG_MOV_H
|
|
|
|
/* mov.c */
|
|
extern const CodecTag ff_mov_obj_type[];
|
|
|
|
#endif /* FFMPEG_MOV_H */
|