Re: [FFmpeg-devel] [PATCH 1/4] avcodec: remove FF_API_LOWRES around max_lowres

2015-08-23 Thread Andreas Cadhalpun
On 22.08.2015 20:36, wm4 wrote: > On Sat, 22 Aug 2015 20:23:28 +0200 > Andreas Cadhalpun wrote: > >> On 22.08.2015 20:16, wm4 wrote: >>> On Sat, 22 Aug 2015 19:56:53 +0200 >>> Andreas Cadhalpun wrote: >>> This fixes building with FF_API_LOWRES disabled. Signed-off-by: Andreas Cadh

Re: [FFmpeg-devel] [PATCH 1/4] avcodec: remove FF_API_LOWRES around max_lowres

2015-08-23 Thread Andreas Cadhalpun
On 22.08.2015 20:27, James Almer wrote: > Could you please configure git to send patchsets in a single thread? Maybe. ;) Best regards, Andreas ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 1/4] avcodec: remove FF_API_LOWRES around max_lowres

2015-08-22 Thread Michael Niedermayer
On Sat, Aug 22, 2015 at 07:56:53PM +0200, Andreas Cadhalpun wrote: > This fixes building with FF_API_LOWRES disabled. > > Signed-off-by: Andreas Cadhalpun > --- > libavcodec/avcodec.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h > index 4

Re: [FFmpeg-devel] [PATCH 1/4] avcodec: remove FF_API_LOWRES around max_lowres

2015-08-22 Thread wm4
On Sat, 22 Aug 2015 20:23:28 +0200 Andreas Cadhalpun wrote: > On 22.08.2015 20:16, wm4 wrote: > > On Sat, 22 Aug 2015 19:56:53 +0200 > > Andreas Cadhalpun wrote: > > > >> This fixes building with FF_API_LOWRES disabled. > >> > >> Signed-off-by: Andreas Cadhalpun > >> --- > >> libavcodec/avcod

Re: [FFmpeg-devel] [PATCH 1/4] avcodec: remove FF_API_LOWRES around max_lowres

2015-08-22 Thread James Almer
Could you please configure git to send patchsets in a single thread? It's confusing as is and clutters people's inboxes. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 1/4] avcodec: remove FF_API_LOWRES around max_lowres

2015-08-22 Thread Andreas Cadhalpun
On 22.08.2015 20:16, wm4 wrote: > On Sat, 22 Aug 2015 19:56:53 +0200 > Andreas Cadhalpun wrote: > >> This fixes building with FF_API_LOWRES disabled. >> >> Signed-off-by: Andreas Cadhalpun >> --- >> libavcodec/avcodec.h | 2 -- >> 1 file changed, 2 deletions(-) >> >> diff --git a/libavcodec/avc

Re: [FFmpeg-devel] [PATCH 1/4] avcodec: remove FF_API_LOWRES around max_lowres

2015-08-22 Thread wm4
On Sat, 22 Aug 2015 19:56:53 +0200 Andreas Cadhalpun wrote: > This fixes building with FF_API_LOWRES disabled. > > Signed-off-by: Andreas Cadhalpun > --- > libavcodec/avcodec.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h > index 41f373

[FFmpeg-devel] [PATCH 1/4] avcodec: remove FF_API_LOWRES around max_lowres

2015-08-22 Thread Andreas Cadhalpun
This fixes building with FF_API_LOWRES disabled. Signed-off-by: Andreas Cadhalpun --- libavcodec/avcodec.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 41f373b..12a6b54 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -3493