Commit d2805fea authored by aurel's avatar aurel

typo

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9159 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0197d86e
...@@ -849,7 +849,7 @@ static int mov_write_mdhd_tag(ByteIOContext *pb, MOVTrack* track) ...@@ -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");
} }
......
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