projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af2ea72
)
h264: remove assert() immediately following return statement
author
Mans Rullgard
<mans@mansr.com>
Sun, 3 Jul 2011 01:37:31 +0000
(
02:37
+0100)
committer
Mans Rullgard
<mans@mansr.com>
Sun, 3 Jul 2011 02:09:15 +0000
(
03:09
+0100)
Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/h264_mvpred.h
patch
|
blob
|
history
diff --git
a/libavcodec/h264_mvpred.h
b/libavcodec/h264_mvpred.h
index
1359072
..
f603e7f
100644
(file)
--- a/
libavcodec/h264_mvpred.h
+++ b/
libavcodec/h264_mvpred.h
@@
-64,7
+64,6
@@
static inline int fetch_diagonal_mv(H264Context *h, const int16_t **C, int i, in
if(!MB_FIELD
&& IS_INTERLACED(h->left_type[0])){
SET_DIAG_MV(*2, >>1, h->left_mb_xy[0]+s->mb_stride, (s->mb_y&1)*2+(i>>5));
- assert(h->left_mb_xy[0] == h->left_mb_xy[1]);
}
if(MB_FIELD
&& !IS_INTERLACED(h->left_type[0])){