diff -urN -X excl mythtv-vid-27/libs/libmythtv/openglvideo.cpp mythtv-vid-28/libs/libmythtv/openglvideo.cpp
|
old
|
new
|
|
| 1616 | 1616 | { |
| 1617 | 1617 | uint ret = kGLMaxFeat - 1; |
| 1618 | 1618 | |
| 1619 | | QStringList list = QStringList::split(",", options); |
| | 1619 | QStringList list = options.split(","); |
| 1620 | 1620 | |
| 1621 | 1621 | if (list.empty()) |
| 1622 | 1622 | return ret; |
diff -urN -X excl mythtv-vid-27/libs/libmythtv/videoout_xv.cpp mythtv-vid-28/libs/libmythtv/videoout_xv.cpp
|
old
|
new
|
|
| 122 | 122 | xv_colorkey(0), xv_draw_colorkey(false), |
| 123 | 123 | xv_chroma(0), |
| 124 | 124 | |
| 125 | | gl_context_lock(true), gl_context(NULL), |
| | 125 | gl_context_lock(QMutex::Recursive), gl_context(NULL), |
| 126 | 126 | gl_videochain(NULL), gl_pipchain(NULL), |
| 127 | 127 | gl_osdchain(NULL), |
| 128 | 128 | |