All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anatol Pomozov <anatol.pomozov@gmail.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: "alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>,
	David Henningsson <david.henningsson@canonical.com>,
	Anton Khirnov <anton@khirnov.net>
Subject: Re: [PATCH] a52: Make compatible with ffmpeg 3.0
Date: Fri, 1 Apr 2016 11:47:38 -0700	[thread overview]
Message-ID: <CAOMFOmWD2gm3XH-MzDdLrrNuaOy0rqevzn7Az24y6Uj2xedfow@mail.gmail.com> (raw)
In-Reply-To: <s5hr3gb4or2.wl-tiwai@suse.de>

Thank you.

I also see a number of "deprecated API" message that makes sense to
look at as well:




rate_lavcrate.c:70:3: warning: 'av_resample_close' is deprecated
[-Wdeprecated-declarations]
   av_resample_close(rate->context);
   ^
In file included from rate_lavcrate.c:22:0:
/usr/include/libavcodec/avcodec.h:4854:6: note: declared here
 void av_resample_close(struct AVResampleContext *c);
      ^
rate_lavcrate.c: In function 'pcm_src_init':
rate_lavcrate.c:96:3: warning: 'av_resample_init' is deprecated
[-Wdeprecated-declarations]
   rate->context = av_resample_init(info->out.rate, info->in.rate,
   ^
In file included from rate_lavcrate.c:22:0:
/usr/include/libavcodec/avcodec.h:4824:27: note: declared here
 struct AVResampleContext *av_resample_init(int out_rate, int in_rate,
int filter_length, int log2_phase_count, int linear, double cutoff);
                           ^
rate_lavcrate.c: In function 'pcm_src_convert_s16':
rate_lavcrate.c:186:3: warning: 'av_resample' is deprecated
[-Wdeprecated-declarations]
   ret = av_resample(rate->context, rate->out[i],
   ^
In file included from rate_lavcrate.c:22:0:
/usr/include/libavcodec/avcodec.h:4836:5: note: declared here
 int av_resample(struct AVResampleContext *c, short *dst, short *src,
int *consumed, int src_size, int dst_size, int update_ctx);
     ^
rate_lavcrate.c:194:2: warning: 'av_resample_compensate' is deprecated
[-Wdeprecated-declarations]
  av_resample_compensate(rate->context,
  ^
In file included from rate_lavcrate.c:22:0:
/usr/include/libavcodec/avcodec.h:4852:6: note: declared here
 void av_resample_compensate(struct AVResampleContext *c, int
sample_delta, int compensation_distance);
      ^

  reply	other threads:[~2016-04-01 18:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-16  1:49 [PATCH] a52: Make compatible with ffmpeg 3.0 Anatol Pomozov
2016-02-17 10:25 ` Takashi Iwai
2016-04-01 18:47   ` Anatol Pomozov [this message]
2016-04-01 19:00     ` Anton Khirnov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAOMFOmWD2gm3XH-MzDdLrrNuaOy0rqevzn7Az24y6Uj2xedfow@mail.gmail.com \
    --to=anatol.pomozov@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=anton@khirnov.net \
    --cc=david.henningsson@canonical.com \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.