Rename video_buffer to sc_video_buffer

Add a scrcpy-specific prefix.
This commit is contained in:
Romain Vimont
2021-06-26 15:02:18 +02:00
parent 28bce48d47
commit 336248df08
6 changed files with 24 additions and 23 deletions

View File

@@ -20,7 +20,7 @@ struct screen {
bool open; // track the open/close state to assert correct behavior
#endif
struct video_buffer vb;
struct sc_video_buffer vb;
struct fps_counter fps_counter;
SDL_Window *window;