[FFmpeg-devel] [PATCH] avcodec/dv_profile: deprecate internal function that shouldn't be public
James Almer
jamrial at gmail.com
Fri Sep 19 19:32:43 CEST 2014
On 19/09/14 6:58 AM, Michael Niedermayer wrote:
> On Fri, Sep 19, 2014 at 01:50:28AM -0300, James Almer wrote:
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>> Unlike us, libav got rid of the internal symbols before the header became public on
>> an actual relase, so we're stuck with it until next bump.
>> I renamed the function to ff_ since it's only used outside libavcodec when called
>> with the public symbol.
>>
>> doc/APIchanges | 3 +++
>> libavcodec/dv_profile.c | 12 ++++++++++--
>> libavcodec/dv_profile.h | 6 ++++++
>> libavcodec/dv_profile_internal.h | 8 ++++++++
>> libavcodec/dvdec.c | 3 ++-
>> libavcodec/version.h | 5 ++++-
>> 6 files changed, 33 insertions(+), 4 deletions(-)
>
> LGTM
Pushed.
More information about the ffmpeg-devel
mailing list