[FFmpeg-devel] [PATCH v2] lavc/libzvbi: remove deprecated API usage
Marton Balint
cus at passwd.hu
Sun Feb 12 17:34:36 EET 2017
On Sun, 12 Feb 2017, Carl Eugen Hoyos wrote:
> 2017-02-12 15:35 GMT+01:00 Josh de Kock <josh at 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
More information about the ffmpeg-devel
mailing list