[FFmpeg-devel] [PATCH] Save FFmpeg colorspace info in openh264 video files.
Gregory J Wolfe
gregory.wolfe at kodakalaris.com
Fri Dec 2 15:50:15 EET 2016
> > + switch (avctx->color_primaries) {
> > + case AVCOL_PRI_BT709:
> param.sSpatialLayers[0].uiColorPrimaries = CP_BT709; break;
> > + case AVCOL_PRI_UNSPECIFIED:
> param.sSpatialLayers[0].uiColorPrimaries = CP_UNDEF; break;
>
> [ignore]
> Please align vertically.
> [/ignore]
> Is it possible to convince gmail to always use a fixed-width font?
> The patch looks ugly here on gmail but I suspect it was aligned nicely...
>
> Thank you, Carl Eugen
I verified that my original edited file was aligned using vim. Also,
I copied/pasted the code lines from your reply into notepad and
THAT is also aligned.
Greg W.
More information about the ffmpeg-devel
mailing list