[FFmpeg-soc] r1352

Rodion Kosovsky hand.of.omega at gmail.com
Mon Sep 17 05:42:45 CEST 2007


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-soc/attachments/20070916/f21da251/attachment.htm>


More information about the FFmpeg-soc mailing list