mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
= -> == typo.
27_vorbis_residue_loop_error.patch by chrome Originally committed as revision 19982 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6044538b37
commit
08c8742cdb
@ -1484,7 +1484,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…
Reference in New Issue
Block a user