[FFmpeg-cvslog] r15066 - trunk/libavformat/mxfenc.c
bcoudurier
subversion
Sun Aug 31 01:05:42 CEST 2008
Author: bcoudurier
Date: Sun Aug 31 01:05:42 2008
New Revision: 15066
Log:
fix typos
Modified:
trunk/libavformat/mxfenc.c
Modified: trunk/libavformat/mxfenc.c
==============================================================================
--- trunk/libavformat/mxfenc.c (original)
+++ trunk/libavformat/mxfenc.c Sun Aug 31 01:05:42 2008
@@ -264,7 +264,7 @@ static int mxf_write_essence_container_r
}
j++;
// considering WAV/AES3 frame wrapped, when get the first CODEC_ID_PCM_S16LE, break;
- // this is a temporary method, when we can get more information, modofy this.
+ // this is a temporary method, when we can get more information, modify this.
if (codec_ul->id == CODEC_ID_PCM_S16LE)
break;
}
More information about the ffmpeg-cvslog
mailing list