Hi,

On Tue, Jan 3, 2012 at 1:58 PM, Martin Storsjö <[email protected]> wrote:
> Since we don't use avio_set_interrupt_cb for interrupt callbacks,
> we don't need to call it to reset the interrupt cb either.
>
> This avoids a warning about use of deprecated functions.
> ---
>  avplay.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/avplay.c b/avplay.c
> index 6dbf140..3bbb7ef 100644
> --- a/avplay.c
> +++ b/avplay.c
> @@ -2599,7 +2599,6 @@ static int decode_thread(void *arg)
>     if (is->ic) {
>         avformat_close_input(&is->ic);
>     }
> -    avio_set_interrupt_cb(NULL);

I'm a little confused as for why it's there if it does nothing, but
sure, patch OK.

Ronald
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to