[FFmpeg-devel] [PATCH] tta: remove obsolete and useless error message

Paul B Mahol onemda at gmail.com
Sun Jan 8 17:52:54 CET 2012


---
 libavcodec/tta.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

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



More information about the ffmpeg-devel mailing list