comparison movenc.c @ 1059:172781cd7c9d libavformat

move declaration to mov.h
author bcoudurier
date Wed, 19 Apr 2006 10:02:41 +0000
parents 6c53db379305
children 61acaf09a437
comparison
equal deleted inserted replaced
1058:d5efc69f27c6 1059:172781cd7c9d
74 MOVTrack tracks[MAX_STREAMS]; 74 MOVTrack tracks[MAX_STREAMS];
75 } MOVContext; 75 } MOVContext;
76 76
77 static int mov_write_esds_tag(ByteIOContext *pb, MOVTrack* track); 77 static int mov_write_esds_tag(ByteIOContext *pb, MOVTrack* track);
78 78
79 /* output language code from iso639 language name */
80 extern int ff_mov_iso639_to_lang(const char *lang, int mp4);
81
82 //FIXME supprt 64bit varaint with wide placeholders 79 //FIXME supprt 64bit varaint with wide placeholders
83 static offset_t updateSize (ByteIOContext *pb, offset_t pos) 80 static offset_t updateSize (ByteIOContext *pb, offset_t pos)
84 { 81 {
85 offset_t curpos = url_ftell(pb); 82 offset_t curpos = url_ftell(pb);
86 url_fseek(pb, pos, SEEK_SET); 83 url_fseek(pb, pos, SEEK_SET);