Hi,

after recent update of ffmpeg i found that some old files stops to play 
and crash melt.

That happens after update of ffmpeg:
http://git.videolan.org/?p=ffmpeg.git;a=commit;h=3d3cf6745e2a5dc9c377244454c3186d75b177fa
 


that update change output sample format to planar and as result this 
make wrong behavior of producer_avformat

supporting planar samples decode in producer_avformat.c seems not good 
idea, but best IMHO is replace older audio resampling call to newer 
interface: libswresample or libavresample

among cons for that are requirements to support both and should old be 
deleted or #ifdef'ed?

what would you suggest?

-- 
________________________________________
Maksym Veremeyenko

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to