mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-05-01 06:20:29 +00:00
7 lines
123 B
C
7 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 */
|