Mercurial > libavcodec.hg
comparison mpegvideo.h @ 11304:3ef04d1190f0 libavcodec
Fixed a segfault in the DCA decoder with corrupted streams.
It happens when the number of channels defined by DCAContext:acmod is lower
than DCAContext:prim_channels. In this case, dca_subsubframe() will call
qmf_32_subbands() using s->channel_order_tab[] entries equal to -1.
author | fenrir |
---|---|
date | Fri, 26 Feb 2010 18:50:01 +0000 |
parents | d0657e337f91 |
children | f9e0f62a7d8a |
comparison
equal
deleted
inserted
replaced
11303:b0cb1f7efcbc | 11304:3ef04d1190f0 |
---|