Skip to content

Commit

Permalink
Merge remote-tracking branch 'thomas-joiner/bug_10222'
Browse files Browse the repository at this point in the history
#37

Refs #10222
Closes #11411

Signed-off-by: Stuart Auchterlonie <stuarta@squashedfrog.net>
  • Loading branch information
stuarta committed Feb 26, 2013
2 parents 838c58d + 0026dda commit aaa5255
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mythtv/libs/libmythtv/avformatdecoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1380,8 +1380,6 @@ void AvFormatDecoder::InitVideoCodec(AVStream *stream, AVCodecContext *enc,
FlagIsSet(kDecodeFewBlocks) || FlagIsSet(kDecodeNoLoopFilter) ||
FlagIsSet(kDecodeNoDecode))
{
enc->flags2 |= CODEC_FLAG2_FAST;

if ((AV_CODEC_ID_MPEG2VIDEO == codec->id) ||
(AV_CODEC_ID_MPEG1VIDEO == codec->id))
{
Expand Down

0 comments on commit aaa5255

Please sign in to comment.