Re: [FFmpeg-devel] [PATCH] libvpxenc: support setting colorspace for vp9

2015-06-20 Thread James Zern
On Sat, Jun 20, 2015 at 12:29 PM, Ronald S. Bultje wrote: > Hi, > > On Sat, Jun 20, 2015 at 3:15 PM, James Zern wrote: > >> On Wed, Jun 17, 2015 at 12:20 PM, James Zern wrote: >> > the vp9 bitstream supports 8 values: >> > unknown (default), bt601, bt709, smpte170, smpte240, bt2020, reserved >>

Re: [FFmpeg-devel] [PATCH] libvpxenc: support setting colorspace for vp9

2015-06-20 Thread Ronald S. Bultje
Hi, On Sat, Jun 20, 2015 at 3:15 PM, James Zern wrote: > On Wed, Jun 17, 2015 at 12:20 PM, James Zern wrote: > > the vp9 bitstream supports 8 values: > > unknown (default), bt601, bt709, smpte170, smpte240, bt2020, reserved > > and sRGB. > > --- > > doc/encoders.texi | 12 > >

Re: [FFmpeg-devel] [PATCH] libvpxenc: support setting colorspace for vp9

2015-06-17 Thread Ronald S. Bultje
Hi, On Jun 17, 2015 12:21 PM, "James Zern" wrote: > > the vp9 bitstream supports 8 values: > unknown (default), bt601, bt709, smpte170, smpte240, bt2020, reserved > and sRGB. > --- > doc/encoders.texi | 12 > libavcodec/libvpxenc.c | 29 + > 2 files

[FFmpeg-devel] [PATCH] libvpxenc: support setting colorspace for vp9

2015-06-17 Thread James Zern
the vp9 bitstream supports 8 values: unknown (default), bt601, bt709, smpte170, smpte240, bt2020, reserved and sRGB. --- doc/encoders.texi | 12 libavcodec/libvpxenc.c | 29 + 2 files changed, 41 insertions(+) diff --git a/doc/encoders.texi b/doc/enco