diff options
author | Baptiste Coudurier | 2008-08-30 23:05:42 +0000 |
---|---|---|
committer | Baptiste Coudurier | 2008-08-30 23:05:42 +0000 |
commit | 86e456f63e035a9d23778c53e3706372a8814f88 (patch) | |
tree | d4a7d50ba5fd3c5d7a264bf07e7e7a7be8a22c10 /libavformat/mxfenc.c | |
parent | 60366dd04b965d9e23d888f90026d5ea9909f59b (diff) |
fix typos
Originally committed as revision 15066 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mxfenc.c')
-rw-r--r-- | libavformat/mxfenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mxfenc.c b/libavformat/mxfenc.c index 556d4ec81b..9f0037b16d 100644 --- a/libavformat/mxfenc.c +++ b/libavformat/mxfenc.c @@ -264,7 +264,7 @@ static int mxf_write_essence_container_refs(AVFormatContext *s, int write) } 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; } |