[FFmpeg-devel] [PATCH 1/4] avcodec/proresdec2: change profile only if it is unknown

Gregor Riepl onitake at gmail.com
Wed Dec 5 20:00:08 EET 2018


There seems to be an indentation issue here:

> +    if (avctx->profile == FF_PROFILE_UNKNOWN) {
>      switch (avctx->codec_tag) {
>      case MKTAG('a','p','c','o'):

and here:

>          av_log(avctx, AV_LOG_WARNING, "Unknown prores profile %d\n", avctx->codec_tag);
>      }
> +    }


More information about the ffmpeg-devel mailing list