Re: [FFmpeg-devel] [PATCH]Remove some long long occurences in the libraries

2015-06-04 Thread Michael Niedermayer
On Thu, Jun 04, 2015 at 06:40:25PM +0200, Carl Eugen Hoyos wrote: > On Thursday 04 June 2015 06:34:17 pm James Almer wrote: > > On 04/06/15 9:58 AM, Carl Eugen Hoyos wrote: > > > diff --git a/libavdevice/iec61883.c b/libavdevice/iec61883.c > > > index b29aad1..152a9f7 100644 > > > --- a/libavdevice

Re: [FFmpeg-devel] [PATCH]Remove some long long occurences in the libraries

2015-06-04 Thread Carl Eugen Hoyos
On Thursday 04 June 2015 06:34:17 pm James Almer wrote: > On 04/06/15 9:58 AM, Carl Eugen Hoyos wrote: > > diff --git a/libavdevice/iec61883.c b/libavdevice/iec61883.c > > index b29aad1..152a9f7 100644 > > --- a/libavdevice/iec61883.c > > +++ b/libavdevice/iec61883.c > > @@ -271,7 +271,7 @@ static

Re: [FFmpeg-devel] [PATCH]Remove some long long occurences in the libraries

2015-06-04 Thread James Almer
On 04/06/15 9:58 AM, Carl Eugen Hoyos wrote: > diff --git a/libavdevice/iec61883.c b/libavdevice/iec61883.c > index b29aad1..152a9f7 100644 > --- a/libavdevice/iec61883.c > +++ b/libavdevice/iec61883.c > @@ -271,7 +271,7 @@ static int iec61883_read_header(AVFormatContext *context) > } > >

[FFmpeg-devel] [PATCH]Remove some long long occurences in the libraries

2015-06-04 Thread Carl Eugen Hoyos
Hi! As requested by the developer documentation, fixes some wrong format specifiers and removes a few ugly casts. Please comment, Carl Eugen diff --git a/libavcodec/cinepakenc.c b/libavcodec/cinepakenc.c index 7277345..2931fa3 100644 --- a/libavcodec/cinepakenc.c +++ b/libavcodec/cinepakenc.c @@