Guest User

Untitled

a guest
Dec 27th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. --- mythtv/libs/libmythtv/decoders/mythv4l2m2mcontext.cpp
  2. +++ mythtv/libs/libmythtv/decoders/mythv4l2m2mcontext.cpp
  3. @@ -109,6 +109,7 @@ void MythV4L2M2MContext::InitVideoCodec(AVCodecContext *Context, bool SelectedSt
  4. if (s_useV4L2Request && codec_is_v4l2(m_codecID))
  5. {
  6. Context->get_format = MythV4L2M2MContext::GetV4L2RequestFormat;
  7. + DirectRendering = false;
  8. return;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment