# HG changeset patch # User romansh # Date 1235095244 0 # Node ID cc8f95accbfff202e575c34424bff31843d355e4 # Parent cdd8fa4a362ab63cd461929c60f3bfd9a7b20da9 Fixing a value returning issue diff -r cdd8fa4a362a -r cc8f95accbff dv.c --- a/dv.c Thu Feb 19 23:35:59 2009 +0000 +++ b/dv.c Fri Feb 20 02:00:44 2009 +0000 @@ -816,8 +816,9 @@ s->ildct_cmp(NULL, data + linesize, NULL, linesize<<1, 4); return (ps > is); } - } else - return 0; + } + + return 0; } static av_always_inline int dv_init_enc_block(EncBlockInfo* bi, uint8_t *data, int linesize, DVVideoContext *s, int bias)