AAC: Cosmetic alterations after the last commit
Originally committed as revision 17182 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b2d9d4a531
commit
5f401ee03c
@ -1574,12 +1574,9 @@ static int aac_decode_frame(AVCodecContext * avccontext, void * data, int * data
|
|||||||
ac->che[TYPE_SCE][elem_id] = ac->che[TYPE_LFE][0];
|
ac->che[TYPE_SCE][elem_id] = ac->che[TYPE_LFE][0];
|
||||||
ac->che[TYPE_LFE][0] = NULL;
|
ac->che[TYPE_LFE][0] = NULL;
|
||||||
}
|
}
|
||||||
if(elem_type < TYPE_DSE) {
|
if(elem_type < TYPE_DSE && !ac->che[elem_type][elem_id]) {
|
||||||
if(!ac->che[elem_type][elem_id])
|
av_log(ac->avccontext, AV_LOG_ERROR, "channel element %d.%d is not allocated\n", elem_type, elem_id);
|
||||||
{
|
return -1;
|
||||||
av_log(ac->avccontext, AV_LOG_ERROR, "channel element %d.%d is not allocated\n", elem_type, elem_id);
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (elem_type) {
|
switch (elem_type) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user