diff mov.h @ 943:4e7a66723f1d libavformat

mp4 codecs objecttype handling patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)
author michael
date Sat, 11 Feb 2006 18:27:57 +0000
parents
children 43f85eba04c4
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mov.h	Sat Feb 11 18:27:57 2006 +0000
@@ -0,0 +1,7 @@
+#ifndef FFMPEG_MOV_H
+#define FFMPEG_MOV_H
+
+/* mov.c */
+extern const CodecTag ff_mov_obj_type[];
+
+#endif /* FFMPEG_MOV_H */