[FFmpeg-devel] OpenEXR Encoder Intentions

Carl Eugen Hoyos cehoyos at ag.or.at
Sun Apr 28 23:15:58 CEST 2013


Vincent Olivier <vincent <at> up4.com> writes:

> > The change in line 146 of allcodecs.c is missing.
> 
> Yes, I didn't commit that,

Then how do you expect us to review?

> but when I do and change this line:
> 
> REGISTER_DECODER(EXR,               	exr);
> 
> to this line
> 
> REGISTER_ENCDEC(EXR,               	exr);
> 
> The config file actually includes the "exr" encoder, 
> but exrenc.c and exrdec.c still don't get compiled.

Rerun configure and add rules to libavcodec/Makefile
(See the current rule for exr.o)

Carl Eugen



More information about the ffmpeg-devel mailing list