Commit 36d14eee authored by bcoudurier's avatar bcoudurier

move declaration to mov.h


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5299 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c34215cf
......@@ -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;
......
......@@ -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;
......
......@@ -76,9 +76,6 @@ typedef struct MOVContext {
static int mov_write_esds_tag(ByteIOContext *pb, MOVTrack* track);
/* output language code from iso639 language name */
extern int ff_mov_iso639_to_lang(const char *lang, int mp4);
//FIXME supprt 64bit varaint with wide placeholders
static offset_t updateSize (ByteIOContext *pb, offset_t pos)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment