Re: [libav-devel] [PATCH] Move av_reverse table to libavcodec; it is only used there.

2012-10-12 Thread Måns Rullgård
Luca Barbato writes: > On 10/12/2012 04:04 PM, Diego Biurrun wrote: > > Please format the commit message as > > avcodec: move av_reverse table in libavcodec Move _to_. -- Måns Rullgård m...@mansr.com ___ libav-devel mailing list libav-devel@libav.org

Re: [libav-devel] [PATCH] Move av_reverse table to libavcodec; it is only used there.

2012-10-12 Thread Martin Storsjö
On Fri, 12 Oct 2012, Diego Biurrun wrote: --- Now with attribute_deprecated and w/o stupid copy and paste bug. libavcodec/asvdec.c |7 --- libavcodec/asvenc.c |7 --- libavcodec/bitstream.c |9 + libavcodec/indeo2.c |6 -- libavcodec/ivi_common.c |

Re: [libav-devel] [PATCH] Move av_reverse table to libavcodec; it is only used there.

2012-10-12 Thread Luca Barbato
On 10/12/2012 04:04 PM, Diego Biurrun wrote: Please format the commit message as avcodec: move av_reverse table in libavcodec It is only used there. lu ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-d

[libav-devel] [PATCH] Move av_reverse table to libavcodec; it is only used there.

2012-10-12 Thread Diego Biurrun
--- Now with attribute_deprecated and w/o stupid copy and paste bug. libavcodec/asvdec.c |7 --- libavcodec/asvenc.c |7 --- libavcodec/bitstream.c |9 + libavcodec/indeo2.c |6 -- libavcodec/ivi_common.c |7 --- libavcodec/mathops.h|

Re: [libav-devel] [PATCH] Move av_reverse table to libavcodec; it is only used there.

2012-10-12 Thread Martin Storsjö
On Thu, 11 Oct 2012, Diego Biurrun wrote: --- Now w/o accidentally renaming the copy in libavutil... libavcodec/asvdec.c |7 --- libavcodec/asvenc.c |7 --- libavcodec/bitstream.c |9 + libavcodec/indeo2.c |6 -- libavcodec/ivi_common.c |7

Re: [libav-devel] [PATCH] Move av_reverse table to libavcodec; it is only used there.

2012-10-11 Thread Martin Storsjö
On Thu, 11 Oct 2012, Diego Biurrun wrote: --- Now w/o accidentally renaming the copy in libavutil... libavcodec/asvdec.c |7 --- libavcodec/asvenc.c |7 --- libavcodec/bitstream.c |9 + libavcodec/indeo2.c |6 -- libavcodec/ivi_common.c |7 --

[libav-devel] [PATCH] Move av_reverse table to libavcodec; it is only used there.

2012-10-11 Thread Diego Biurrun
--- Now w/o accidentally renaming the copy in libavutil... libavcodec/asvdec.c |7 --- libavcodec/asvenc.c |7 --- libavcodec/bitstream.c |9 + libavcodec/indeo2.c |6 -- libavcodec/ivi_common.c |7 --- libavcodec/mathops.h|1 + lib

Re: [libav-devel] [PATCH] Move av_reverse table to libavcodec; it is only used there.

2012-10-11 Thread Diego Biurrun
On Thu, Oct 11, 2012 at 07:56:26PM +0300, Martin Storsjö wrote: > On Thu, 11 Oct 2012, Diego Biurrun wrote: > > >--- > >I have duplicated the table with an ff_ prefix and marked it as to > >be removed on the next libavutil bump. Alternatively, one could > >play tricks with the preprocessor and av

Re: [libav-devel] [PATCH] Move av_reverse table to libavcodec; it is only used there.

2012-10-11 Thread Martin Storsjö
On Thu, 11 Oct 2012, Diego Biurrun wrote: --- I have duplicated the table with an ff_ prefix and marked it as to be removed on the next libavutil bump. Alternatively, one could play tricks with the preprocessor and avoid the source-level duplication, but I thought this was not worth the trouble

[libav-devel] [PATCH] Move av_reverse table to libavcodec; it is only used there.

2012-10-11 Thread Diego Biurrun
--- I have duplicated the table with an ff_ prefix and marked it as to be removed on the next libavutil bump. Alternatively, one could play tricks with the preprocessor and avoid the source-level duplication, but I thought this was not worth the trouble. libavcodec/asvdec.c |7 --- l