[FFmpeg-cvslog] avcodec/decode: fix indentation

Jun Zhao git at videolan.org
Sun Oct 6 12:34:20 EEST 2019


ffmpeg | branch: master | Jun Zhao <barryjzhao at tencent.com> | Fri Oct  4 20:22:15 2019 +0800| [b0e6822448166b626a2a3bfdfdade5da25dc7a0d] | committer: Jun Zhao

avcodec/decode: fix indentation

fix indentation.

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

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b0e6822448166b626a2a3bfdfdade5da25dc7a0d
---

 libavcodec/decode.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/decode.c b/libavcodec/decode.c
index 081847551e..a7b37c6917 100644
--- a/libavcodec/decode.c
+++ b/libavcodec/decode.c
@@ -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;



More information about the ffmpeg-cvslog mailing list