[mythtv-commits] mythtv commit: r7212 by danielk
mythtv at cvs.mythtv.org
mythtv at cvs.mythtv.org
Thu Sep 8 16:39:55 UTC 2005
Author: danielk
Date: 2005-09-08 16:39:54 +0000 (Thu, 08 Sep 2005)
New Revision: 7212
Changeset: http://cvs.mythtv.org/trac/changeset/7212
Modified:
trunk/mythtv/libs/libmythtv/avformatdecoder.cpp
Log:
Fixes #287.
Some channels report MPEG1 when they are really transmitting MPEG2.
This forces MythTV to treat all MPEG1 streams as MPEG2 streams when
using XvMC. Since libav only supports MPEG2 XvMC and not MPEG1 XvMC
this shouldn't hurt anyone. Theoretically someone might have MPEG1
XvMC acceleration and not MPEG2 XvMC accelleration, but even so we
wouldn't support XvMC on that configuration anyway bwcause of the
libav limitation.
More information about the mythtv-commits
mailing list