[FFmpeg-devel] [PATCH]lavf/nmov: Write colour matrix "6" for color_space bt470bg
Carl Eugen Hoyos
cehoyos at ag.or.at
Thu May 21 10:08:39 CEST 2015
Ronald S. Bultje <rsbultje <at> gmail.com> writes:
> > switch (track->enc->colorspace) {
> > case AVCOL_TRC_BT709: avio_wb16(pb, 1); break;
> > + case AVCOL_PRI_BT470BG:
> > case AVCOL_PRI_SMPTE170M: avio_wb16(pb, 6); break;
> > case AVCOL_PRI_SMPTE240M: avio_wb16(pb, 7); break;
> > default: avio_wb16(pb, 2);
>
> Am I the only one that thinks it's weird that we
> read the SPC field as a combination/mixture of
> TRC/PRI instead of SPC fields?
The patch was merged with the change to SPC,
and I fixed the others.
Thank you, Carl Eugen
More information about the ffmpeg-devel
mailing list