Advertisement
Guest User

Untitled

a guest
May 25th, 2014
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. diff --git a/mythtv/libs/libmythtv/frame.h b/mythtv/libs/libmythtv/frame.h
  2. index 3ed3a85..2a08d30 100644
  3. --- a/mythtv/libs/libmythtv/frame.h
  4. +++ b/mythtv/libs/libmythtv/frame.h
  5. @@ -102,7 +102,7 @@ static inline void init(VideoFrame *vf, VideoFrameType _code
  6. vf->forcekey = 0;
  7. vf->dummy = 0;
  8. vf->pix_fmt = 0;
  9. - vf->directrendering = 0;
  10. + vf->directrendering = 1;
  11.  
  12. memset(vf->priv, 0, 4 * sizeof(unsigned char *));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement