You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavc: clarify color_range semantics
Extend description for decoding and encoding use cases. Address issue: http://trac.ffmpeg.org/ticket/443
This commit is contained in:
@@ -1016,8 +1016,11 @@ typedef struct AVCodecContext {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* MPEG vs JPEG YUV range.
|
* MPEG vs JPEG YUV range.
|
||||||
* - encoding: Set by user
|
* - encoding: Set by user to override the default output color range value,
|
||||||
* - decoding: Set by libavcodec
|
* If not specified, libavcodec sets the color range depending on the
|
||||||
|
* output format.
|
||||||
|
* - decoding: Set by libavcodec, can be set by the user to propagate the
|
||||||
|
* color range to components reading from the decoder context.
|
||||||
*/
|
*/
|
||||||
enum AVColorRange color_range;
|
enum AVColorRange color_range;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user