[MPlayer-dev-eng] demuxer question
Ingo Brückl
ib at wupperonline.de
Mon Jun 27 17:19:10 CEST 2011
Is it possible that the GUI gets called without a mpctx->demuxer? (There is a
if (!mpctx->demuxer) goto_next_file; in mplayer.c which seems to prevent it,
doesn't it?)
I'd like to get rid of some hardly used stuff in guiInterface_t and retrieve
the demuxer using mpctx_get_demuxer() instead where needed. Currently there
are some guiInfo.demuxer (!= NULL) checks which seem unnecessary to me and
shouldn't need the extra mpctx_get_demuxer() call then.
Ingo
More information about the MPlayer-dev-eng
mailing list