mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
misc typo fixes
Originally committed as revision 9291 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -78,7 +78,7 @@ typedef struct MOVContext {
|
||||
MOVTrack tracks[MAX_STREAMS];
|
||||
} MOVContext;
|
||||
|
||||
//FIXME supprt 64bit varaint with wide placeholders
|
||||
//FIXME support 64 bit variant with wide placeholders
|
||||
static offset_t updateSize (ByteIOContext *pb, offset_t pos)
|
||||
{
|
||||
offset_t curpos = url_ftell(pb);
|
||||
|
||||
Reference in New Issue
Block a user