Kaynağa Gözat

libobs: Fix texture_ready feedback for CPU conversion path

Palana 8 yıl önce
ebeveyn
işleme
9ce9c35b0d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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);