[FFmpeg-devel] [PATCH] lavc/lavf: remove incompatible abi checks for the new 64bit fields
James Almer
jamrial at gmail.com
Thu Sep 17 16:37:42 CEST 2015
On 9/16/2015 7:47 AM, Michael Niedermayer wrote:
> On Wed, Sep 16, 2015 at 01:53:10AM -0300, James Almer wrote:
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>> All the casts to int64_t for these fields in assorted files can be removed in
>> a separate patch. I left those out so this patch was clean and easier to read.
>>
>> libavcodec/avcodec.h | 12 ------------
>> libavcodec/options_table.h | 11 -----------
>> libavformat/avformat.h | 45 +++++++++------------------------------------
>> libavformat/mpegts.c | 7 +------
>> libavformat/options_table.h | 8 --------
>> libavformat/rdt.c | 4 ----
>> libavformat/utils.c | 10 +---------
>> 7 files changed, 11 insertions(+), 86 deletions(-)
>
> LGTM
>
> but maybe wait a bit before applying so others have a chance to
> comment
>
> thanks
Pushed.
More information about the ffmpeg-devel
mailing list