Commit 4921bbba authored by Justin Ruggles's avatar Justin Ruggles

cosmetics: indent

Originally committed as revision 13692 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent aa5d6be8
......@@ -1181,7 +1181,7 @@ static int ac3_decode_frame(AVCodecContext * avctx, void *data, int *data_size,
av_log(avctx, AV_LOG_ERROR, "unsupported frame type : skipping frame\n");
return s->frame_size;
} else {
av_log(avctx, AV_LOG_ERROR, "invalid frame type\n");
av_log(avctx, AV_LOG_ERROR, "invalid frame type\n");
}
break;
default:
......
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