[FFmpeg-devel] [PATCH 3/3] Add assert that the avcodec lock isheld when initializing static VLC tables.

Don Moir donmoir at comcast.net
Sun Dec 2 21:42:06 CET 2012


----- Original Message ----- 
From: "Reimar Döffinger" <Reimar.Doeffinger at gmx.de>
To: "FFmpeg development discussions and patches" <ffmpeg-devel at ffmpeg.org>
Sent: Sunday, December 02, 2012 2:35 PM
Subject: Re: [FFmpeg-devel] [PATCH 3/3] Add assert that the avcodec lock isheld when initializing static VLC tables.


> Any comments on this patch series?

I don't think you should be calling abort. Works for command line app but really sucks for a GUI app.

Can't the places where abort or assert is called exit gracefully ? I mean like whats the point if no one knows why the GUI app 
suddenly shut down that might be doing a lot more than just playing a video ? 



More information about the ffmpeg-devel mailing list