summaryrefslogtreecommitdiff
path: root/libavcodec/tta.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-01-08 16:52:54 +0000
committerMichael Niedermayer <michaelni@gmx.at>2012-01-08 20:26:39 +0100
commitdd319f17e6486b751e23a144d017b070691b6131 (patch)
tree023d86d41d2e5001ab33901d777df3274dbc1dfb /libavcodec/tta.c
parent73ddc5869d08e11d901fcc067943eb2695634492 (diff)
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.c2
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;