diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2006-04-19 10:02:41 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2006-04-19 10:02:41 +0000 |
commit | 98d12b09aff3f34d42a91db6a60452955e621494 (patch) | |
tree | 14f8cd0ffc52ef43dd0a39c7501a9aff5889650f /libavformat/mov.h | |
parent | f42635f558c025649e130e7385b85f198ca639a4 (diff) | |
download | ffmpeg-98d12b09aff3f34d42a91db6a60452955e621494.tar.gz |
move declaration to mov.h
Originally committed as revision 5299 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mov.h')
-rw-r--r-- | libavformat/mov.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/mov.h b/libavformat/mov.h index e7a999b56a..8b87c41afa 100644 --- a/libavformat/mov.h +++ b/libavformat/mov.h @@ -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; |