summaryrefslogtreecommitdiff
path: root/libavcodec/h264_mvpred.h
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-07-03 02:37:31 +0100
committerMans Rullgard <mans@mansr.com>2011-07-03 03:09:15 +0100
commit21accb3bb26c874d95796a77feeab049f6f6f80d (patch)
tree6ecb018ff86ad864e1d61454941befeff5b5b353 /libavcodec/h264_mvpred.h
parentaf2ea724951b4b12b4522b462047eebbf9566b84 (diff)
h264: remove assert() immediately following return statement
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/h264_mvpred.h')
-rw-r--r--libavcodec/h264_mvpred.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h264_mvpred.h b/libavcodec/h264_mvpred.h
index 1359072dc8..f603e7ff38 100644
--- 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])){