Explorar el Código

libobs: Fix texture_ready feedback for CPU conversion path

Palana hace 8 años
padre
commit
9ce9c35b0d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      libobs/obs-video.c

+ 1 - 1
libobs/obs-video.c

@@ -300,7 +300,7 @@ static inline void stage_output_texture(struct obs_core_video *video,
 		texture_ready = video->textures_converted[prev_texture];
 	} else {
 		texture = video->output_textures[prev_texture];
-		texture_ready = video->output_textures[prev_texture];
+		texture_ready = video->textures_output[prev_texture];
 	}
 
 	unmap_last_surface(video);