projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c807e68
)
make sure that the last coupling band stops at the end of the coupling range
author
Justin Ruggles
<justin.ruggles@gmail.com>
Sun, 6 Jan 2008 23:33:30 +0000
(23:33 +0000)
committer
Justin Ruggles
<justin.ruggles@gmail.com>
Sun, 6 Jan 2008 23:33:30 +0000
(23:33 +0000)
Originally committed as revision 11438 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ac3dec.c
patch
|
blob
|
history
diff --git
a/libavcodec/ac3dec.c
b/libavcodec/ac3dec.c
index
438cc65
..
c1b3ec2
100644
(file)
--- a/
libavcodec/ac3dec.c
+++ b/
libavcodec/ac3dec.c
@@
-840,6
+840,7
@@
static int ac3_parse_audio_block(AC3DecodeContext *s, int blk)
s->num_cpl_bands--;
}
}
+ s->cpl_band_struct[s->num_cpl_subbands-1] = 0;
} else {
/* coupling not in use */
for (ch = 1; ch <= fbw_channels; ch++)