diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-05-30 10:04:37 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-05-30 10:04:37 +0000 |
commit | b1b64c237fc81446aa9b2bde8ff35a42941b10b8 (patch) | |
tree | ac0f5f282300bb1faeac498cf9016962ff42e107 /libavformat/movenc.c | |
parent | d6649b2a58923701d2316fd4c601453218672978 (diff) | |
download | ffmpeg-b1b64c237fc81446aa9b2bde8ff35a42941b10b8.tar.gz |
typo
Originally committed as revision 9159 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/movenc.c')
-rw-r--r-- | libavformat/movenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/movenc.c b/libavformat/movenc.c index a9d989b330..8f4f792c3c 100644 --- a/libavformat/movenc.c +++ b/libavformat/movenc.c @@ -849,7 +849,7 @@ static int mov_write_mdhd_tag(ByteIOContext *pb, MOVTrack* track) if(version!=0 && track->mode == MODE_MOV){ av_log(NULL, AV_LOG_ERROR, "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"); } |