Commit dd319f17 authored by Paul B Mahol's avatar Paul B Mahol Committed by Michael Niedermayer

tta: remove obsolete and useless error message

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 73ddc586
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment