Re: [FFmpeg-devel] [PATCH] lavc/lavf: remove incompatible abi checks for the new 64bit fields

2015-09-17 Thread James Almer
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 >> --- >> 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 ea

Re: [FFmpeg-devel] [PATCH] lavc/lavf: remove incompatible abi checks for the new 64bit fields

2015-09-16 Thread Michael Niedermayer
On Wed, Sep 16, 2015 at 01:53:10AM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > 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 --

[FFmpeg-devel] [PATCH] lavc/lavf: remove incompatible abi checks for the new 64bit fields

2015-09-15 Thread James Almer
Signed-off-by: James Almer --- 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/avf