aacdec: cosmetics: whitespace
Originally committed as revision 23675 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -2008,7 +2008,8 @@ static int aac_decode_frame(AVCodecContext *avctx, void *data,
|
|||||||
|
|
||||||
if (elem_type < TYPE_DSE) {
|
if (elem_type < TYPE_DSE) {
|
||||||
if (!(che=get_che(ac, elem_type, elem_id))) {
|
if (!(che=get_che(ac, elem_type, elem_id))) {
|
||||||
av_log(ac->avctx, AV_LOG_ERROR, "channel element %d.%d is not allocated\n", elem_type, elem_id);
|
av_log(ac->avctx, AV_LOG_ERROR, "channel element %d.%d is not allocated\n",
|
||||||
|
elem_type, elem_id);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
samples = 1024;
|
samples = 1024;
|
||||||
|
Reference in New Issue
Block a user