summaryrefslogtreecommitdiffstats
path: root/doc/texi
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2011-11-06 01:43:21 +0000
committerjstebbins <[email protected]>2011-11-06 01:43:21 +0000
commitd986524c71c2e41ce329e9dd5f6c78cb3d6e4de2 (patch)
treef1868de223c66ea0179537b498da3645ccd4efbb /doc/texi
parent4ec40322ea7ac15f645a6a056da99b43d6d2ac12 (diff)
Fix probing mpeg video in program streams
... and probably some other formats as well. Libav's probe routine doesn't necessarily return names that match the codec names that can be looked up by avcodec_find_decoder_by_name(). So we have to manually map the names if the lookup fails. Lookup for mpeg video started failing with the last Libav bump because they removed an obsolete "mpegvideo" decoder that we were matching on. The correct decoder is "mpeg2video", but probe doesn't return that string. Also fix our implementation of the ff_lockmgr callback. Current git Libav fails if we don't fix it. So might as well fix it now. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4341 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'doc/texi')
0 files changed, 0 insertions, 0 deletions