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

@@ -12,7 +12,7 @@
struct sc_v4l2_sink {
struct sc_frame_sink frame_sink; // frame sink trait
struct video_buffer vb;
struct sc_video_buffer vb;
AVFormatContext *format_ctx;
AVCodecContext *encoder_ctx;