2006-06-26 19:13:11 +02:00
|
|
|
$NetBSD: patch-as,v 1.3 2006/06/26 17:13:11 wiz Exp $
|
2004-01-26 14:03:25 +01:00
|
|
|
|
2006-06-26 19:13:11 +02:00
|
|
|
--- src/video_out/video_out_none.c.orig 2004-09-22 20:29:15.000000000 +0000
|
2004-03-11 18:26:02 +01:00
|
|
|
+++ src/video_out/video_out_none.c
|
2006-06-26 19:13:11 +02:00
|
|
|
@@ -64,6 +64,8 @@ typedef struct {
|
2004-03-11 18:26:02 +01:00
|
|
|
|
|
|
|
|
|
|
|
static void free_framedata(none_frame_t* frame) {
|
2004-01-26 14:03:25 +01:00
|
|
|
+ pthread_mutex_init (&frame->vo_frame.mutex, NULL);
|
|
|
|
+
|
2004-03-11 18:26:02 +01:00
|
|
|
if(frame->vo_frame.base[0]) {
|
|
|
|
free(frame->vo_frame.base[0]);
|
|
|
|
frame->vo_frame.base[0] = NULL;
|