Re: [libav-devel] [PATCH 04/12] mpegaudio_tablegen: refactor to avoid casting

2014-11-23 Thread Luca Barbato
On 04/11/14 15:36, Vittorio Giovara wrote: CC: libav-sta...@libav.org Bug-Id: CID 1238835 --- libavcodec/mpegaudio_tablegen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/mpegaudio_tablegen.h b/libavcodec/mpegaudio_tablegen.h index 8a3e51a..110d4f2 100644

Re: [libav-devel] [PATCH 04/12] mpegaudio_tablegen: refactor to avoid casting

2014-11-15 Thread Vittorio Giovara
On Sat, Nov 15, 2014 at 1:13 PM, Anton Khirnov wrote: > Quoting Vittorio Giovara (2014-11-15 12:54:33) >> On Thu, Nov 13, 2014 at 9:43 PM, Anton Khirnov wrote: >> > Quoting Vittorio Giovara (2014-11-05 15:43:44) >> >> On Wed, Nov 5, 2014 at 6:58 AM, Anton Khirnov wrote: >> >> > Quoting Vittorio

Re: [libav-devel] [PATCH 04/12] mpegaudio_tablegen: refactor to avoid casting

2014-11-15 Thread Anton Khirnov
Quoting Vittorio Giovara (2014-11-15 12:54:33) > On Thu, Nov 13, 2014 at 9:43 PM, Anton Khirnov wrote: > > Quoting Vittorio Giovara (2014-11-05 15:43:44) > >> On Wed, Nov 5, 2014 at 6:58 AM, Anton Khirnov wrote: > >> > Quoting Vittorio Giovara (2014-11-04 15:36:56) > >> >> CC: libav-sta...@libav.

Re: [libav-devel] [PATCH 04/12] mpegaudio_tablegen: refactor to avoid casting

2014-11-15 Thread Vittorio Giovara
On Thu, Nov 13, 2014 at 9:43 PM, Anton Khirnov wrote: > Quoting Vittorio Giovara (2014-11-05 15:43:44) >> On Wed, Nov 5, 2014 at 6:58 AM, Anton Khirnov wrote: >> > Quoting Vittorio Giovara (2014-11-04 15:36:56) >> >> CC: libav-sta...@libav.org >> >> Bug-Id: CID 1238835 >> >> --- >> >> libavcodec

Re: [libav-devel] [PATCH 04/12] mpegaudio_tablegen: refactor to avoid casting

2014-11-14 Thread Anton Khirnov
Quoting Vittorio Giovara (2014-11-05 15:43:44) > On Wed, Nov 5, 2014 at 6:58 AM, Anton Khirnov wrote: > > Quoting Vittorio Giovara (2014-11-04 15:36:56) > >> CC: libav-sta...@libav.org > >> Bug-Id: CID 1238835 > >> --- > >> libavcodec/mpegaudio_tablegen.h | 4 ++-- > >> 1 file changed, 2 insertio

Re: [libav-devel] [PATCH 04/12] mpegaudio_tablegen: refactor to avoid casting

2014-11-09 Thread Vittorio Giovara
On Wed, Nov 5, 2014 at 3:43 PM, Vittorio Giovara wrote: > On Wed, Nov 5, 2014 at 6:58 AM, Anton Khirnov wrote: >> Quoting Vittorio Giovara (2014-11-04 15:36:56) >>> CC: libav-sta...@libav.org >>> Bug-Id: CID 1238835 >>> --- >>> libavcodec/mpegaudio_tablegen.h | 4 ++-- >>> 1 file changed, 2 inse

Re: [libav-devel] [PATCH 04/12] mpegaudio_tablegen: refactor to avoid casting

2014-11-05 Thread Vittorio Giovara
On Wed, Nov 5, 2014 at 6:58 AM, Anton Khirnov wrote: > Quoting Vittorio Giovara (2014-11-04 15:36:56) >> CC: libav-sta...@libav.org >> Bug-Id: CID 1238835 >> --- >> libavcodec/mpegaudio_tablegen.h | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/libavcodec/mpegaudio

Re: [libav-devel] [PATCH 04/12] mpegaudio_tablegen: refactor to avoid casting

2014-11-05 Thread Anton Khirnov
Quoting Vittorio Giovara (2014-11-04 15:36:56) > CC: libav-sta...@libav.org > Bug-Id: CID 1238835 > --- > libavcodec/mpegaudio_tablegen.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libavcodec/mpegaudio_tablegen.h b/libavcodec/mpegaudio_tablegen.h > index 8a3e51a.

[libav-devel] [PATCH 04/12] mpegaudio_tablegen: refactor to avoid casting

2014-11-04 Thread Vittorio Giovara
CC: libav-sta...@libav.org Bug-Id: CID 1238835 --- libavcodec/mpegaudio_tablegen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/mpegaudio_tablegen.h b/libavcodec/mpegaudio_tablegen.h index 8a3e51a..110d4f2 100644 --- a/libavcodec/mpegaudio_tablegen.h +++ b/lib