mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
csputils: replace mp_colorspace with pl_color_space
This commit is contained in:
committed by
Dudemanguy
parent
9dd1a13747
commit
66e451f4e6
@@ -105,8 +105,9 @@ struct mp_codec_params {
|
||||
int disp_w, disp_h; // display size
|
||||
int rotate; // intended display rotation, in degrees, [0, 359]
|
||||
int stereo_mode; // mp_stereo3d_mode (0 if none/unknown)
|
||||
struct mp_colorspace color; // colorspace info where available
|
||||
struct mp_rect crop; // crop to be applied
|
||||
struct pl_color_space color; // colorspace info where available
|
||||
struct pl_color_repr repr; // color representaion info where available
|
||||
struct mp_rect crop; // crop to be applied
|
||||
|
||||
// STREAM_VIDEO + STREAM_AUDIO
|
||||
int bits_per_coded_sample;
|
||||
|
||||
Reference in New Issue
Block a user