[x264-devel] Fix comment in deblock.c

Jason Garrett-Glaser git at videolan.org
Wed Apr 25 00:17:08 CEST 2012


x264 | branch: master | Jason Garrett-Glaser <jason at x264.com> | Thu Mar 22 13:56:50 2012 -0700| [7392c8c31f791e9b4c10e4959f8715c8a8233d25] | committer: Jason Garrett-Glaser

Fix comment in deblock.c
The code does, in fact, handle CAVLC+8x8dct correctly already.

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=7392c8c31f791e9b4c10e4959f8715c8a8233d25
---

 common/deblock.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/common/deblock.c b/common/deblock.c
index d76682a..8ce902b 100644
--- a/common/deblock.c
+++ b/common/deblock.c
@@ -579,7 +579,6 @@ void x264_frame_deblock_row( x264_t *h, int mb_y )
  *  support analysis partitions smaller than 16x16
  *  deblock chroma for 4:2:0/4:2:2
  *  handle duplicate refs correctly
- *  handle cavlc+8x8dct correctly
  */
 void x264_macroblock_deblock( x264_t *h )
 {



More information about the x264-devel mailing list