[FFmpeg-devel] [PATCH] movenc/isom: update vpcC box to the latest draft specification

Hendrik Leppkes h.leppkes at gmail.com
Tue Apr 18 17:58:29 EEST 2017


On Tue, Apr 18, 2017 at 4:47 PM, Michael Niedermayer
<michael at niedermayer.cc> wrote:
> On Tue, Apr 18, 2017 at 04:30:12PM +0200, Hendrik Leppkes wrote:
>> This brings our generation of the vpcC box up to date to the latest
>> draft version of the VP Codec ISO Media File Format Binding.
>>
>> Specifically, color/transfer properties are now written with values
>> based on ISO/IEC 23001-8, which is the same reference specification the
>> AVColor* enumerations are based on.
>> ---
>>  libavformat/vpcc.c | 53 ++++-------------------------------------------------
>>  1 file changed, 4 insertions(+), 49 deletions(-)
>
> fails to build here:
>
> libavformat/vpcc.c: In function ‘ff_isom_write_vpcc’:
> libavformat/vpcc.c:81:26: error: ‘vpx_color_space’ undeclared (first use in this function)
> libavformat/vpcc.c:81:26: note: each undeclared identifier is reported only once for each function it appears in
>
> i assume iam missing some change ?
>

I failed to add a hunk to the patch, new one coming up.

- Hendrik


More information about the ffmpeg-devel mailing list