Changeset 83c7ac2e in ffmpeg

Timestamp:
Feb 16, 2019, 4:47:36 PM (6 years ago)
Author:
Philip Langdale <philipl@overt.org>
Branches:
master
Children:
317b7b06
Parents:
e06ccfbe
git-author:
Philip Langdale <philipl@overt.org> (10/07/18 03:20:58)
git-committer:
Philip Langdale <philipl@overt.org> (02/16/19 16:47:36)
Message:

avcodec/nvdec: Explicitly mark codecs that support 444 output formats

With the introduction of HEVC 444 support, we technically have two
codecs that can handle 444 - HEVC and MJPEG. In the case of MJPEG,
it can decode, but can only output one of the semi-planar formats.

That means we need additional logic to decide whether to use a
444 output format or not.

(No files)

Note: See TracChangeset for help on using the changeset viewer.