[FFmpeg-cvslog] r17449 - trunk/libavcodec/dv.c
Måns Rullgård
mans
Thu Feb 19 23:04:33 CET 2009
M?ns Rullg?rd <mans at mansr.com> writes:
> romansh <subversion at mplayerhq.hu> writes:
>
>> Author: romansh
>> Date: Thu Feb 19 01:34:42 2009
>> New Revision: 17449
>>
>> Log:
>> transitioning dv_guess_dct_mode to dsputil cmp function
>
> This broke regression tests on ARM.
And the fix, which also takes care of the warning reported by Diego:
diff --git a/libavcodec/dv.c b/libavcodec/dv.c
index 8576838..8a61945 100644
--- a/libavcodec/dv.c
+++ b/libavcodec/dv.c
@@ -816,7 +816,7 @@ static av_always_inline int dv_guess_dct_mode(DVVideoContext *s, uint8_t *data,
s->ildct_cmp(NULL, data + linesize, NULL, linesize<<1, 4);
return (ps > is);
}
- } else
+ }
return 0;
}
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-cvslog
mailing list