[MPlayer-dev-eng] [PATCH] Fix infinite loop in '-demuxer lavf -lavfdopts format=help'

Colin Watson cjwatson at ubuntu.com
Sat Aug 20 00:56:38 CEST 2011


With Subversion HEAD, this command enters an infinite loop:

  ./mplayer -demuxer lavf -lavfdopts format=help /dev/null

This is because r32853 got the loop iterator slightly wrong; compare
with r33280 which made a similar change to output formats but remembered
to assign to fmt each time round the loop.  The attached patch fixes
this.

Thanks,

-- 
Colin Watson                                       [cjwatson at ubuntu.com]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lavf-infinite-loop.patch
Type: text/x-diff
Size: 562 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20110819/cdcc6ef1/attachment.bin>


More information about the MPlayer-dev-eng mailing list