[x264-devel] commit: Remove unnecessary debugging assert (Jason Garrett-Glaser )

git at videolan.org git at videolan.org
Thu May 6 07:49:21 CEST 2010


x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Sat May  1 00:18:01 2010 -0700| [21c030d96f5f71b49e4f2cd748e13da1dcad429d] | committer: Jason Garrett-Glaser 

Remove unnecessary debugging assert
Shouldn't have been in r1568 to begin with.

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

 encoder/slicetype.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/encoder/slicetype.c b/encoder/slicetype.c
index f03e076..cf2be0e 100644
--- a/encoder/slicetype.c
+++ b/encoder/slicetype.c
@@ -499,7 +499,6 @@ lowres_intra_mb:
         }
     }
 
-    assert(i_bcost < (1<<14));
     fenc->lowres_costs[b-p0][p1-b][i_mb_xy] = i_bcost + (list_used << LOWRES_COST_SHIFT);
 }
 #undef TRY_BIDIR



More information about the x264-devel mailing list