mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
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 */
|