ffmpeg | branch: master | Mickaël Raulet <mrau...@insa-rennes.fr> | Fri Jul 25 18:02:46 2014 +0200| [7df98d8c4d970e830619d19eb74687e7a3dfceb8] | committer: Michael Niedermayer
x86/hevc: remove unused constant in deblocking filter cherry picked from commit a3f7282eaa6f1ab0524fb966c6eade50c3025f99 Signed-off-by: Michael Niedermayer <michae...@gmx.at> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7df98d8c4d970e830619d19eb74687e7a3dfceb8 --- libavcodec/x86/hevc_deblock.asm | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/x86/hevc_deblock.asm b/libavcodec/x86/hevc_deblock.asm index f1fc723..7874e33 100644 --- a/libavcodec/x86/hevc_deblock.asm +++ b/libavcodec/x86/hevc_deblock.asm @@ -28,7 +28,6 @@ SECTION_RODATA pw_pixel_max_12: times 8 dw ((1 << 12)-1) pw_pixel_max_10: times 8 dw ((1 << 10)-1) -pw_pixel_max: times 8 dw ((1 << 10)-1) pw_m1: times 8 dw -1 pw_m2: times 8 dw -2 pd_1 : times 4 dd 1 _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog