1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-09 01:07:01 +02:00

cosmetics: indent

Originally committed as revision 13692 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Justin Ruggles 2008-06-07 22:29:38 +00:00
parent aa5d6be8df
commit 4921bbbae5

View File

@ -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: