[MPlayer-dev-eng] [PATCH] GUI: Fix blocking after end of file when replaying a single file
Hans-Dieter Kosch
hdkosch at kabelbw.de
Thu Nov 22 01:29:12 CET 2012
Ingo Brückl wrote:
> Hans-Dieter Kosch wrote on Wed, 21 Nov 2012 01:45:46 +0100:
>
>> Fix blocking of GUI after end of file when replaying a single file:
>> Don't clear 'filename' but retain it.
>
> There is a bug (thanks for reporting), but this isn't the solution. Please
> stay tuned.
>
OK, thanks for your quick response. I'm quite new to the mplayer code and I
already guessed, that it's not that simple: There's interaction between
'filename' and 'guiInfo.Filename' (of course); moreover, 'filename' is a global
variable and several functions use a local with the same name, which makes the
code not so easy to read in this respect.
Hans-Dieter
More information about the MPlayer-dev-eng
mailing list