tta: remove obsolete and useless error message

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/3/head
Paul B Mahol 13 years ago committed by Michael Niedermayer
parent 73ddc5869d
commit dd319f17e6
  1. 2
      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;

Loading…
Cancel
Save