mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-10 14:24:10 +00:00
Fixed a possible bug, checked against the assembly.
No sample that used the code has been found though. Originally committed as revision 5448 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f25fc9b197
commit
63d6a6b91e
@ -538,7 +538,7 @@ static void fix_coding_method_array (int sb, int channels, sb_int8_array coding_
|
|||||||
run = 1;
|
run = 1;
|
||||||
case_val = 8;
|
case_val = 8;
|
||||||
} else {
|
} else {
|
||||||
switch (switchtable[coding_method[ch][sb][j]]) {
|
switch (switchtable[coding_method[ch][sb][j]-8]) {
|
||||||
case 0: run = 10; case_val = 10; break;
|
case 0: run = 10; case_val = 10; break;
|
||||||
case 1: run = 1; case_val = 16; break;
|
case 1: run = 1; case_val = 16; break;
|
||||||
case 2: run = 5; case_val = 24; break;
|
case 2: run = 5; case_val = 24; break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user