0d6ddb7b46
This release contains a security fix (unchecked array index, CVE-2008-1686). There are also a few bug fixes, and open-source support for RealAudio "cook". For front-end package maintainers, there's a tool to help maintain MIME type lists, and for developers who need raw frame data, you can now get that with the "raw" video output plugin. from brad@
13 lines
597 B
Plaintext
13 lines
597 B
Plaintext
$OpenBSD: patch-src_demuxers_demux_qt_c,v 1.5 2008/04/15 11:24:14 jakemsr Exp $
|
|
--- src/demuxers/demux_qt.c.orig Mon Apr 14 16:27:20 2008
|
|
+++ src/demuxers/demux_qt.c Mon Apr 14 20:28:43 2008
|
|
@@ -3023,7 +3023,7 @@ static demux_plugin_t *open_plugin (demux_class_t *cla
|
|
/* special consideration for DRM-protected files */
|
|
if (this->qt->last_error == QT_DRM_NOT_SUPPORTED)
|
|
_x_message (this->stream, XINE_MSG_ENCRYPTED_SOURCE,
|
|
- "DRM-protected Quicktime file", NULL);
|
|
+ "DRM-protected Quicktime file", (char *)NULL);
|
|
|
|
} else if (last_error != QT_OK) {
|
|
|