Commit 8effc1f5 authored by bcoudurier's avatar bcoudurier

fix typos

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15066 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6bfb74b4
...@@ -264,7 +264,7 @@ static int mxf_write_essence_container_refs(AVFormatContext *s, int write) ...@@ -264,7 +264,7 @@ static int mxf_write_essence_container_refs(AVFormatContext *s, int write)
} }
j++; j++;
// considering WAV/AES3 frame wrapped, when get the first CODEC_ID_PCM_S16LE, break; // 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) if (codec_ul->id == CODEC_ID_PCM_S16LE)
break; break;
} }
......
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