Re: [FFmpeg-devel] [PATCH] libvpxenc: add color-space option for vp9

2015-06-17 Thread James Zern
On Tue, Jun 16, 2015 at 10:58 PM, James Almer wrote: > On 16/06/15 2:43 AM, 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

Re: [FFmpeg-devel] [PATCH] libvpxenc: add color-space option for vp9

2015-06-16 Thread James Almer
On 16/06/15 2:43 AM, 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 | 22 ++ > 2 files changed, 34 insertions

Re: [FFmpeg-devel] [PATCH] libvpxenc: add color-space option for vp9

2015-06-16 Thread Michael Niedermayer
On Mon, Jun 15, 2015 at 10:43:17PM -0700, 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 | 22 ++ > 2 files c