tta: remove obsolete and useless error message

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Paul B Mahol 2012-01-08 16:52:54 +00:00 committed by Michael Niedermayer
parent 73ddc5869d
commit dd319f17e6
1 changed files with 0 additions and 2 deletions

View File

@ -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;