Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / multimedia / xine-lib / patches / patch-as
bloba848453cb4922fc384a38a83115c4f173172231e
1 $NetBSD: patch-as,v 1.2 2004/03/11 17:26:02 jmmv Exp $
3 --- src/video_out/video_out_none.c.orig 2004-09-22 20:29:15.000000000 +0000
4 +++ src/video_out/video_out_none.c
5 @@ -64,6 +64,8 @@ typedef struct {
6  
7  
8  static void free_framedata(none_frame_t* frame) {
9 +  pthread_mutex_init (&frame->vo_frame.mutex, NULL);
11    if(frame->vo_frame.base[0]) {
12      free(frame->vo_frame.base[0]);
13      frame->vo_frame.base[0] = NULL;