mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
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…
x
Reference in New Issue
Block a user