mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
libgsmdec: do not needlessly set *data_size to 0
This commit is contained in:
parent
a2e255783e
commit
9671db8245
@ -175,7 +175,6 @@ static int libgsm_decode_frame(AVCodecContext *avctx,
|
||||
return AVERROR(EINVAL);
|
||||
}
|
||||
|
||||
*data_size = 0; /* In case of error */
|
||||
if(buf_size < avctx->block_align) return -1;
|
||||
switch(avctx->codec_id) {
|
||||
case CODEC_ID_GSM:
|
||||
|
Loading…
Reference in New Issue
Block a user