mirror of https://git.ffmpeg.org/ffmpeg.git
tta: remove obsolete and useless error message
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
73ddc5869d
commit
dd319f17e6
|
@ -438,8 +438,6 @@ static int tta_decode_frame(AVCodecContext *avctx, void *data,
|
|||
s->decode_buffer = NULL;
|
||||
break;
|
||||
}
|
||||
default:
|
||||
av_log(s->avctx, AV_LOG_ERROR, "Error, only 16bit samples supported!\n");
|
||||
}
|
||||
|
||||
*got_frame_ptr = 1;
|
||||
|
|
Loading…
Reference in New Issue