Re: [FFmpeg-devel] [PATCH] avcodec/mips: Add 'const' to static arrays in HEVC MSA code

2015-06-11 Thread Michael Niedermayer
On Thu, Jun 11, 2015 at 02:07:50PM +0530, shivraj.pa...@imgtec.com wrote: > From: Shivraj Patil > > Signed-off-by: Shivraj Patil > --- > libavcodec/mips/hevc_idct_msa.c | 12 ++-- > libavcodec/mips/hevc_mc_uni_msa.c | 2 +- > libavcodec/mips/hevcpred_msa.c| 4 ++-- > 3 files cha

[FFmpeg-devel] [PATCH] avcodec/mips: Add 'const' to static arrays in HEVC MSA code

2015-06-11 Thread shivraj.patil
From: Shivraj Patil Signed-off-by: Shivraj Patil --- libavcodec/mips/hevc_idct_msa.c | 12 ++-- libavcodec/mips/hevc_mc_uni_msa.c | 2 +- libavcodec/mips/hevcpred_msa.c| 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/libavcodec/mips/hevc_idct_msa.c b/liba