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

Paul B Mahol git at videolan.org
Sun Jan 8 20:30:30 CET 2012


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sun Jan  8 16:52:54 2012 +0000| [dd319f17e6486b751e23a144d017b070691b6131] | committer: Michael Niedermayer

tta: remove obsolete and useless error message

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dd319f17e6486b751e23a144d017b070691b6131
---

 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;



More information about the ffmpeg-cvslog mailing list