Skip to content
Snippets Groups Projects
Commit dd319f17 authored by Paul B Mahol's avatar Paul B Mahol Committed by Michael Niedermayer
Browse files

tta: remove obsolete and useless error message

parent 73ddc586
No related branches found
No related tags found
No related merge requests found
...@@ -438,8 +438,6 @@ static int tta_decode_frame(AVCodecContext *avctx, void *data, ...@@ -438,8 +438,6 @@ static int tta_decode_frame(AVCodecContext *avctx, void *data,
s->decode_buffer = NULL; s->decode_buffer = NULL;
break; break;
} }
default:
av_log(s->avctx, AV_LOG_ERROR, "Error, only 16bit samples supported!\n");
} }
*got_frame_ptr = 1; *got_frame_ptr = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment