diff mov.h @ 1059:172781cd7c9d libavformat

move declaration to mov.h
author bcoudurier
date Wed, 19 Apr 2006 10:02:41 +0000
parents 43f85eba04c4
children
line wrap: on
line diff
--- a/mov.h	Sat Apr 15 15:05:53 2006 +0000
+++ b/mov.h	Wed Apr 19 10:02:41 2006 +0000
@@ -3,6 +3,7 @@
 
 /* mov.c */
 extern const CodecTag ff_mov_obj_type[];
+extern int ff_mov_iso639_to_lang(const char *lang, int mp4);
 
 typedef struct Time2Sample{
     int count;