On Mon, Jun 08, 2015 at 10:01:18PM +0200, Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes ticket #3619 for me. > > Please comment, Carl Eugen
> allcodecs.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > 96a81d0e28289471a9bfb353cecc1c8da289f8cd patchj2kdefault.diff > diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c > index ce97746..6f40b51 100644 > --- a/libavcodec/allcodecs.c > +++ b/libavcodec/allcodecs.c > @@ -104,6 +104,9 @@ void avcodec_register_all(void) > REGISTER_HWACCEL(WMV3_VAAPI, wmv3_vaapi); > REGISTER_HWACCEL(WMV3_VDPAU, wmv3_vdpau); > > + /* libopenjpeg should be used by default if enabled */ > + REGISTER_ENCDEC (LIBOPENJPEG, libopenjpeg); i tried to apply this and make it work but it breaks fate also i get random crashes with this with fuzzed files i dont know if this issue is specific to old versions of libopenjpeg ill push the patch that marks 1.3 as experimantal as that one definitly doesnt work properly. Ill also fix the fate issue this patch leads to (as i already fixed it locally) but beyond that i do not know Its not really fun for me to try to get libopenjpeg working at least not when ive to deal with distros shiping ancient non functional versions of it. Improving our native decoder is at least to me much more fun to work on [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The greatest way to live with honor in this world is to be what we pretend to be. -- Socrates
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel