mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-04 22:30:25 +00:00
* bugfixing call reference
Originally committed as revision 5092 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2669777981
commit
289f999dab
@ -160,7 +160,7 @@ static int faac_decode_frame(AVCodecContext *avctx,
|
||||
if(!s->init){
|
||||
unsigned long srate;
|
||||
unsigned char channels;
|
||||
int r = faacDecInit(s->faac_handle, buf, buf_size, &srate, &channels);
|
||||
int r = s->faacDecInit(s->faac_handle, buf, buf_size, &srate, &channels);
|
||||
if(r < 0){
|
||||
av_log(avctx, AV_LOG_ERROR, "faac: codec init failed: %s\n",
|
||||
s->faacDecGetErrorMessage(frame_info.error));
|
||||
|
Loading…
Reference in New Issue
Block a user