[FFmpeg-devel] [PATCH V1 1/3] avcodec/decode: fix identation
mypopy at gmail.com
mypopy at gmail.com
Tue Oct 8 04:00:29 EEST 2019
On Fri, Oct 4, 2019 at 10:23 PM Gyan <ffmpeg at gyani.pro> wrote:
>
>
>
> On 04-10-2019 07:06 PM, Jun Zhao wrote:
> > From: Jun Zhao <barryjzhao at tencent.com>
> >
> > fix identation.
>
> indentation
>
> >
> > Signed-off-by: Jun Zhao <barryjzhao at tencent.com>
> > ---
> > libavcodec/decode.c | 2 +-
> > 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;
>
> LGTM.
>
> Gyan
Fixed the typo and aplied
More information about the ffmpeg-devel
mailing list