[FFmpeg-devel] [PATCH v1] avcodec/libx265: Fix Uninitialized scalar variable

Derek Buitenhuis derek.buitenhuis at gmail.com
Mon Jan 13 18:19:10 EET 2020


On 09/01/2020 10:52, lance.lmwang at gmail.com wrote:
> +    default:
> +        pict_type = AV_PICTURE_TYPE_NONE;

Is this ever possible to actually hit in the API, though?

Maybe more useful to return an error in such a case, since something
is really wrong probably?

- Derek


More information about the ffmpeg-devel mailing list