From dd319f17e6486b751e23a144d017b070691b6131 Mon Sep 17 00:00:00 2001
From: Paul B Mahol <onemda@gmail.com>
Date: Sun, 8 Jan 2012 16:52:54 +0000
Subject: [PATCH] tta: remove obsolete and useless error message

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
---
 libavcodec/tta.c | 2 --
 1 file changed, 2 deletions(-)

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