comparison mxfenc.c @ 3814:c841d4e3365d libavformat

fix typos
author bcoudurier
date Sat, 30 Aug 2008 23:05:42 +0000
parents bbfeee282055
children af8d6067206e
comparison
equal deleted inserted replaced
3813:bbfeee282055 3814:c841d4e3365d
262 break; 262 break;
263 } 263 }
264 } 264 }
265 j++; 265 j++;
266 // considering WAV/AES3 frame wrapped, when get the first CODEC_ID_PCM_S16LE, break; 266 // considering WAV/AES3 frame wrapped, when get the first CODEC_ID_PCM_S16LE, break;
267 // this is a temporary method, when we can get more information, modofy this. 267 // this is a temporary method, when we can get more information, modify this.
268 if (codec_ul->id == CODEC_ID_PCM_S16LE) 268 if (codec_ul->id == CODEC_ID_PCM_S16LE)
269 break; 269 break;
270 } 270 }
271 271
272 if (write) { 272 if (write) {