[FFmpeg-devel] [PATCH] avcodec/openh264enc.c: generate IDR frame in response to I frame pict_type

Moritz Barsnick barsnick at gmx.net
Wed Mar 14 15:12:35 EET 2018


On Mon, Mar 12, 2018 at 14:38:21 -0800, Lou Logan wrote:

> But you don't necessarily need to make a new patch to address the
> minor whitespace issue. You can wait for other comments and include
> it with any other requested changes.

Another whitespace nit:

>  if (frame->pict_type==AV_PICTURE_TYPE_I) {

Please use single spaces around operators, i.e.
  if (frame->pict_type == AV_PICTURE_TYPE_I) {

Moritz


More information about the ffmpeg-devel mailing list