Advertisement
Guest User

Untitled

a guest
Oct 18th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. diff --git a/mythtv/libs/libmythtv/avformatdecoder.cpp b/mythtv/libs/libmythtv/avformatdecoder.cpp
  2. index 3a42b40..1db6e68 100644
  3. --- a/mythtv/libs/libmythtv/avformatdecoder.cpp
  4. +++ b/mythtv/libs/libmythtv/avformatdecoder.cpp
  5. @@ -3281,7 +3281,7 @@ bool AvFormatDecoder::PreProcessVideoPacket(AVStream *curstream, AVPacket *pkt)
  6. }
  7. }
  8.  
  9. - if (framesRead == 0 && !justAfterChange &&
  10. + if (false && framesRead == 0 && !justAfterChange &&
  11. !(pkt->flags & AV_PKT_FLAG_KEY))
  12. {
  13. av_free_packet(pkt);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement