On Mar 8, 2009, at 10:48 PM, रजनीश wrote:
> fyi,
>
> this example fails your new test.
>
> libavcodec/mpeg12enc.c:756:19: warning: use of unary operator that
> may be intended as compound assignment (-=)
> for(mv=-MAX_MV; mv<=MAX_MV; mv++){
> ^~
Please include a self-contained .c file.
-Chris