Kostya,
Is this needed any more?

2147<http://svn.mplayerhq.hu/soc/rv40/rv40.c?annotate=1352&pathrev=1352#l2147>
       if(r->rv30)          if(r->rv30)
2148<http://svn.mplayerhq.hu/soc/rv40/rv40.c?annotate=1352&pathrev=1352#l2148>
           rv30_decode_slice(r, r->si.size, r->si.end, &last);
 rv40_decode_slice(r, r->si.size, r->si.end, &last);
2149<http://svn.mplayerhq.hu/soc/rv40/rv40.c?annotate=1352&pathrev=1352#l2149>
       else          else
2150<http://svn.mplayerhq.hu/soc/rv40/rv40.c?annotate=1352&pathrev=1352#l2150>
           rv40_decode_slice(r, r->si.size, r->si.end, &last);
 rv40_decode_slice(r, r->si.size, r->si.end, &last);

The if statement does the same thing in both cases, can't it be changed just
to
 rv40_decode_slice(r, r->si.size, r->si.end, &last);

Rodion Kosovsky
_______________________________________________
FFmpeg-soc mailing list
[email protected]
http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to