Re: [FFmpeg-devel] [PATCH] lavc: clarify color_range semantics

2023-01-24 Thread Stefano Sabatini
On date Monday 2023-01-16 09:46:35 +0530, Gyan Doshi wrote: > On 2023-01-15 11:11 pm, Stefano Sabatini wrote: > > Mark this option as encode-only and extend description. > > There are scripts which set this (and other color props) on the input, and > then those streams can be sent to multiple filt

Re: [FFmpeg-devel] [PATCH] lavc: clarify color_range semantics

2023-01-15 Thread Gyan Doshi
On 2023-01-15 11:11 pm, Stefano Sabatini wrote: Mark this option as encode-only and extend description. There are scripts which set this (and other color props) on the input, and then those streams can be sent to multiple filters with the props set, instead of having to use setparams in ea

[FFmpeg-devel] [PATCH] lavc: clarify color_range semantics

2023-01-15 Thread Stefano Sabatini
Mark this option as encode-only and extend description. Address issue: http://trac.ffmpeg.org/ticket/443 --- libavcodec/avcodec.h | 6 +- libavcodec/options_table.h | 14 +++--- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/libavcodec/avcodec.h b/libavcodec/av