Browse Source

= -> == typo.

27_vorbis_residue_loop_error.patch by chrome

backport r19982 by michael


Originally committed as revision 21722 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
tags/v0.5.1
Google Chrome Reinhard Tartler 16 years ago
parent
commit
9ef13f70f4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/vorbis_dec.c

+ 1
- 1
libavcodec/vorbis_dec.c View File

@@ -1492,7 +1492,7 @@ static int vorbis_parse_audio_packet(vorbis_context *vc) {
uint_fast8_t ch=0;

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;
if (no_residue[j]) {
do_not_decode[ch]=1;


Loading…
Cancel
Save