[FFmpeg-cvslog] dnxhdenc: remove unneeded entries from array.

Michael Niedermayer git at videolan.org
Sun Sep 25 16:56:00 CEST 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Sep 25 14:56:40 2011 +0200| [035320a52f44645da573a9f50b207c126ceab5c3] | committer: Michael Niedermayer

dnxhdenc: remove unneeded entries from array.

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=035320a52f44645da573a9f50b207c126ceab5c3
---

 libavcodec/dnxhdenc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/dnxhdenc.c b/libavcodec/dnxhdenc.c
index 008742e..698237e 100644
--- a/libavcodec/dnxhdenc.c
+++ b/libavcodec/dnxhdenc.c
@@ -502,7 +502,7 @@ static av_always_inline void dnxhd_get_blocks(DNXHDEncContext *ctx, int mb_x, in
 
 static av_always_inline int dnxhd_switch_matrix(DNXHDEncContext *ctx, int i)
 {
-    const static uint8_t component[8]={0,0,1,2,0,0,1,2,0,0,1,2,0,0,1,2};
+    const static uint8_t component[8]={0,0,1,2,0,0,1,2};
     return component[i];
 }
 



More information about the ffmpeg-cvslog mailing list