mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-24 17:12:34 +02:00
typo
Originally committed as revision 9159 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d6649b2a58
commit
b1b64c237f
@ -849,7 +849,7 @@ static int mov_write_mdhd_tag(ByteIOContext *pb, MOVTrack* track)
|
|||||||
if(version!=0 && track->mode == MODE_MOV){
|
if(version!=0 && track->mode == MODE_MOV){
|
||||||
av_log(NULL, AV_LOG_ERROR,
|
av_log(NULL, AV_LOG_ERROR,
|
||||||
"FATAL error, file duration too long for timebase, this file will not be\n"
|
"FATAL error, file duration too long for timebase, this file will not be\n"
|
||||||
"playable with quicktime. Choose a differnt timebase or a different\n"
|
"playable with quicktime. Choose a different timebase or a different\n"
|
||||||
"container format\n");
|
"container format\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user