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.c | |
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.c')
-rw-r--r-- | libavformat/mov.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c index 6863f39250..b503d2ccf5 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -382,7 +382,6 @@ static int ff_mov_lang_to_iso639(int code, char *to) return 1; } -extern int ff_mov_iso639_to_lang(const char *lang, int mp4); /* for movenc.c */ int ff_mov_iso639_to_lang(const char *lang, int mp4) { int i, code = 0; |