Re: [libav-devel] [PATCH 1/3] textureencdsp: cosmetics: Use normal static const for tables

2015-11-23 Thread Luca Barbato
On 23/11/15 23:02, Vittorio Giovara wrote: > --- > libavcodec/texturedspenc.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > Ok. ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

[libav-devel] [PATCH 1/3] textureencdsp: cosmetics: Use normal static const for tables

2015-11-23 Thread Vittorio Giovara
--- libavcodec/texturedspenc.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libavcodec/texturedspenc.c b/libavcodec/texturedspenc.c index 2036998..a351bea 100644 --- a/libavcodec/texturedspenc.c +++ b/libavcodec/texturedspenc.c @@ -32,13 +32,13 @@ #include "textur