diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-01-08 16:52:54 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-01-08 20:26:39 +0100 |
commit | dd319f17e6486b751e23a144d017b070691b6131 (patch) | |
tree | 023d86d41d2e5001ab33901d777df3274dbc1dfb /libavcodec/tta.c | |
parent | 73ddc5869d08e11d901fcc067943eb2695634492 (diff) | |
download | ffmpeg-dd319f17e6486b751e23a144d017b070691b6131.tar.gz |
tta: remove obsolete and useless error message
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/tta.c')
-rw-r--r-- | libavcodec/tta.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/tta.c b/libavcodec/tta.c index 857b895e7a..42cbc01db5 100644 --- a/libavcodec/tta.c +++ b/libavcodec/tta.c @@ -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; |