From a5f69284d90323fc865e18033b6a22c11707fe20 Mon Sep 17 00:00:00 2001 From: aurel Date: Wed, 27 Aug 2008 11:31:53 +0000 Subject: handle the lavfpref demuxer in the same way as the lavf one git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27489 b3059339-0415-0410-9bf9-f77b7e298cf2 --- command.c | 1 + 1 file changed, 1 insertion(+) (limited to 'command.c') diff --git a/command.c b/command.c index 116317432b..e5b17abafe 100644 --- a/command.c +++ b/command.c @@ -1356,6 +1356,7 @@ static int mp_property_sub(m_option_t * prop, int action, void *arg, if ((mpctx->demuxer->type == DEMUXER_TYPE_MATROSKA || mpctx->demuxer->type == DEMUXER_TYPE_LAVF + || mpctx->demuxer->type == DEMUXER_TYPE_LAVF_PREFERRED || mpctx->demuxer->type == DEMUXER_TYPE_OGG) && d_sub && d_sub->sh && dvdsub_id >= 0) { const char* lang = ((sh_sub_t*)d_sub->sh)->lang; -- cgit v1.2.3