Ticket #3685: 3685-v1.patch
| File 3685-v1.patch, 544 bytes (added by , 19 years ago) |
|---|
-
libs/libmythtv/videoout_xv.cpp
1673 1673 { 1674 1674 if (subtype == XShm) 1675 1675 { 1676 CreateShmImages(1, false); 1676 vector<unsigned char*> bufs = CreateShmImages(1, false); 1677 if (bufs.empty()) 1678 return false; 1677 1679 XJ_non_xv_image = (XImage*) xv_buffers.begin()->second; 1678 1680 } 1679 1681 else
