cosmetics: indent

Originally committed as revision 13692 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Justin Ruggles 17 years ago
parent aa5d6be8df
commit 4921bbbae5
  1. 2
      libavcodec/ac3dec.c

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

Loading…
Cancel
Save