]> git.sesse.net Git - x264/commitdiff
Fix comment in deblock.c
authorFiona Glaser <fiona@x264.com>
Thu, 22 Mar 2012 20:56:50 +0000 (13:56 -0700)
committerFiona Glaser <fiona@x264.com>
Thu, 22 Mar 2012 20:56:50 +0000 (13:56 -0700)
The code does, in fact, handle CAVLC+8x8dct correctly already.

common/deblock.c

index bab9e5d9ffc6d63fc29d784439069d8eb8d53a0e..f8b60b5a144fc390c0205e7e0187e5431ea3c5ad 100644 (file)
@@ -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 )
 {