[FFmpeg-devel] [PATCH 3/3] vf_colorspace: Allow overriding input color properties

Paul B Mahol onemda at gmail.com
Fri Aug 26 10:52:15 EEST 2016


On 8/26/16, Vittorio Giovara <vittorio.giovara at gmail.com> wrote:
> The filter needs input frames with color properties filled out by
> the decoder. Since this is not always possible, add input options to
> the filter so that user may override color space, color primaries,
> transfer characteristics, and color range.
>
> Signed-off-by: Vittorio Giovara <vittorio.giovara at gmail.com>
> ---
> Please keep me in CC.
> Vittorio
>
>  libavfilter/vf_colorspace.c | 28 ++++++++++++++++++++++++----
>  1 file changed, 24 insertions(+), 4 deletions(-)

Generally, new options should be added after old ones.


More information about the ffmpeg-devel mailing list