]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/atrac1.c
Set Electronic Arts TGV palette opaque.
[ffmpeg] / libavcodec / atrac1.c
index d4d59868210e4830157b9c149f45c24bea796b56..f341b1c554fc8cdfccae2dc47970314c09ea8f81 100644 (file)
@@ -284,7 +284,7 @@ static int atrac1_decode_frame(AVCodecContext *avctx, void *data,
 
 
     if (buf_size < 212 * q->channels) {
-        av_log(avctx,AV_LOG_ERROR,"Not enough data to decode!\n");
+        av_log(avctx, AV_LOG_ERROR, "Not enough data to decode!\n");
         return AVERROR_INVALIDDATA;
     }