summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/alac.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index ada7c73c55..b0527f1439 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -317,7 +317,8 @@ static int decode_element(AVCodecContext *avctx, AVFrame *frame, int ch_index,
int rice_history_mult[2];
if (!alac->rice_limit) {
- avpriv_request_sample(alac->avctx, "Compression with rice limit 0");
+ avpriv_request_sample(alac->avctx,
+ "Compression with rice limit 0");
return AVERROR(ENOSYS);
}