[FFmpeg-devel] [PATCH] Save FFmpeg colorspace info in openh264 video files.

Ronald S. Bultje rsbultje at gmail.com
Fri Dec 2 05:40:19 EET 2016


Hi,

On Thu, Dec 1, 2016 at 6:35 PM, Carl Eugen Hoyos <ceffmpeg at gmail.com> wrote:

> 2016-12-01 22:26 GMT+01:00 Gregory J. Wolfe <gregory.wolfe at kodakalaris.com
> >:
>
> > +    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...


In settings, change "Default text style:" to "Fixed Width".

I don't believe there is a way to do this only for inline patches. I agree
it would be useful.

Ronald


More information about the ffmpeg-devel mailing list