Commit b0e68224 authored by Jun Zhao's avatar Jun Zhao

avcodec/decode: fix indentation

fix indentation.
Reviewed-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
Reviewed-by: 's avatarGyan Doshi <ffmpeg@gyani.pro>
Signed-off-by: 's avatarJun Zhao <barryjzhao@tencent.com>
parent 9f353e37
......@@ -785,7 +785,7 @@ int attribute_align_arg avcodec_receive_frame(AVCodecContext *avctx, AVFrame *fr
if (avctx->frame_number > 1) {
changed = avci->initial_format != frame->format;
switch(avctx->codec_type) {
switch(avctx->codec_type) {
case AVMEDIA_TYPE_VIDEO:
changed |= avci->initial_width != frame->width ||
avci->initial_height != frame->height;
......
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