[MPlayer-users] -vo gl not working

Reimar Döffinger Reimar.Doeffinger at gmx.de
Mon Apr 15 09:05:53 CEST 2013


On Sun, Apr 14, 2013 at 07:47:14PM +0200, Reimar Döffinger wrote:
> 
> 
> On 14.04.2013, at 17:57, wbrana <wbrana at gmail.com> wrote:
> 
> >> If it only happens with H.264 that doesn't match the description of the other crash.
> >> Are you using -fixed-vo?
> >> Are you using -lavdopts threads (with something larger than 1)?
> >> There is a bug in FFmpeg that can cause the config code to be called from a different thread, possibly that causes the issue? I think it causes issues on Windows with vo gl.
> >> A patch for that is pending.
> > I have lavdopts=threads=2
> > Change to lavdopts=threads=1
> > fixes crash. Change also fixes Black window.
> 
> In that case it is almost certainly that FFmpeg issue, and my patch "Add thread-safe wrapper for get_format()." (on FFmpeg list) should fix it.
> Reverting my patch that moved init_vo into query_format in vd_ffmpeg should avoid that issue as well I believe, but will cause others.

Patch applied to FFmpeg, please report if you still see issues with
latest FFmpeg.


More information about the MPlayer-users mailing list