On Sun, 12 Feb 2017, Carl Eugen Hoyos wrote:

2017-02-12 15:35 GMT+01:00 Josh de Kock <j...@itanimul.li>:
I'm not sure, 0.2.28 doesn't compile on my system. It has
been tested with the latest version 0.2.38.

Does the updated patch look better?

I prefer it if nobody wants to test old versions.

-    vbi_decoder_delete(ctx->vbi);
-    ctx->vbi = NULL;

+    if (ctx->vbi) {

Is this unrelated?

Hmm, you are right, it seems this hunk is unneeded even in the original patch, because vbi_encoder_delete unregisters all handlers. Josh, could you remove this hunk then from the original patch?

Thanks,
Marton
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to