diff options
author | Stefan Saraev <stefan@saraev.ca> | 2015-11-14 18:25:18 +0200 |
---|---|---|
committer | Stefan Saraev <stefan@saraev.ca> | 2015-11-14 18:48:02 +0200 |
commit | 1145693bb991d999fe6f9c00895226f050a42bd7 (patch) | |
tree | bdf3fdf4b9666928fa55e10c55d6cd7508d28ea0 | |
parent | a08cbdb892574a1168cfa2a3cab7452877edded7 (diff) |
[amcodec] partialy revert 344af8f
it made livetv worse on linux..
-rw-r--r-- | xbmc/cores/dvdplayer/DVDCodecs/DVDFactoryCodec.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xbmc/cores/dvdplayer/DVDCodecs/DVDFactoryCodec.cpp b/xbmc/cores/dvdplayer/DVDCodecs/DVDFactoryCodec.cpp index fbfc8b3092..33638951e9 100644 --- a/xbmc/cores/dvdplayer/DVDCodecs/DVDFactoryCodec.cpp +++ b/xbmc/cores/dvdplayer/DVDCodecs/DVDFactoryCodec.cpp @@ -216,8 +216,6 @@ CDVDVideoCodec* CDVDFactoryCodec::CreateVideoCodec(CDVDStreamInfo &hint, const C case AV_CODEC_ID_MPEG4: case AV_CODEC_ID_MSMPEG4V2: case AV_CODEC_ID_MSMPEG4V3: - case AV_CODEC_ID_MPEG1VIDEO: - case AV_CODEC_ID_MPEG2VIDEO: // Avoid h/w decoder for SD; Those files might use features // not supported and can easily be soft-decoded if (hint.width <= 800) |