summaryrefslogtreecommitdiffstats
path: root/libavcodec/decode.c
diff options
context:
space:
mode:
authorJun Zhao <barryjzhao@tencent.com>2019-10-04 20:22:15 +0800
committerJun Zhao <barryjzhao@tencent.com>2019-10-06 17:29:11 +0800
commitb0e6822448166b626a2a3bfdfdade5da25dc7a0d (patch)
tree7c74b2c164a57f4ea592bd88e850c2e775a7cf29 /libavcodec/decode.c
parent9f353e376b161eb16a78fd7ad727c9513ac60d13 (diff)
downloadffmpeg-streaming-b0e6822448166b626a2a3bfdfdade5da25dc7a0d.zip
ffmpeg-streaming-b0e6822448166b626a2a3bfdfdade5da25dc7a0d.tar.gz
avcodec/decode: fix indentation
fix indentation. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Reviewed-by: Gyan Doshi <ffmpeg@gyani.pro> Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
Diffstat (limited to 'libavcodec/decode.c')
-rw-r--r--libavcodec/decode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/decode.c b/libavcodec/decode.c
index 0818475..a7b37c6 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;
OpenPOWER on IntegriCloud