Originally committed as revision 15066 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Baptiste Coudurier 17 years ago
parent 60366dd04b
commit 86e456f63e
  1. 2
      libavformat/mxfenc.c

@ -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;
} }

Loading…
Cancel
Save