@ -1846,8 +1846,7 @@ static int audio_decode_frame(VideoState *is, double *pts_ptr)
if(!is->frame){
if(!(is->frame=av_frame_alloc()))
returnAVERROR(ENOMEM);
}else
avcodec_get_frame_defaults(is->frame);
}
if(flush_complete)
break;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.