mkvmuxer: Fix bits per channel in the colour element.
Never written: copy/paste error + patch size eye glazing. Change-Id: I2c5295b26427e0ce254b88c8b4cb5106a5f37258
This commit is contained in:
@@ -1215,7 +1215,7 @@ bool VideoTrack::SetColour(const Colour& colour) {
|
||||
}
|
||||
|
||||
colour_ptr->matrix = colour.matrix;
|
||||
colour_ptr->primaries = colour.bits_per_channel;
|
||||
colour_ptr->bits_per_channel = colour.bits_per_channel;
|
||||
colour_ptr->chroma_subsampling = colour.chroma_subsampling;
|
||||
colour_ptr->chroma_siting_horz = colour.chroma_siting_horz;
|
||||
colour_ptr->chroma_siting_vert = colour.chroma_siting_vert;
|
||||
|
||||
Reference in New Issue
Block a user