]> git.sesse.net Git - ffmpeg/commitdiff
avcodec/decode: fix indentation
authorJun Zhao <barryjzhao@tencent.com>
Fri, 4 Oct 2019 12:22:15 +0000 (20:22 +0800)
committerJun Zhao <barryjzhao@tencent.com>
Sun, 6 Oct 2019 09:29:11 +0000 (17:29 +0800)
fix indentation.

Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Reviewed-by: Gyan Doshi <ffmpeg@gyani.pro>
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
libavcodec/decode.c

index 081847551e52d89cc1fbe216d73edac123f315b6..a7b37c6917d73751d8c9c4ba1638631d6c44b711 100644 (file)
@@ -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;