Commit 08c8742c authored by Google Chrome's avatar Google Chrome Committed by Michael Niedermayer

= -> == typo.

27_vorbis_residue_loop_error.patch by chrome

Originally committed as revision 19982 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6044538b
...@@ -1484,7 +1484,7 @@ static int vorbis_parse_audio_packet(vorbis_context *vc) { ...@@ -1484,7 +1484,7 @@ static int vorbis_parse_audio_packet(vorbis_context *vc) {
uint_fast8_t ch=0; uint_fast8_t ch=0;
for(j=0;j<vc->audio_channels;++j) { for(j=0;j<vc->audio_channels;++j) {
if ((mapping->submaps==1) || (i=mapping->mux[j])) { if ((mapping->submaps==1) || (i==mapping->mux[j])) {
res_chan[j]=res_num; res_chan[j]=res_num;
if (no_residue[j]) { if (no_residue[j]) {
do_not_decode[ch]=1; do_not_decode[ch]=1;
......
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