libobs: Fix texture_ready feedback for CPU conversion path

This commit is contained in:
Palana
2017-09-13 16:24:06 +02:00
parent dde03af95e
commit 9ce9c35b0d

View File

@@ -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);