diff --git a/libavcodec/tta.c b/libavcodec/tta.c
index 857b895e7ac4f3cec17fa98f902f827e87ff8fed..42cbc01db5a4184d269a3a04e4a283dcc23541b8 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;