Rename video-specific variables in recorder
This paves the way to add audio-specific variables.
This commit is contained in:
@@ -477,7 +477,7 @@ scrcpy(struct scrcpy_options *options) {
|
||||
}
|
||||
|
||||
if (rec) {
|
||||
sc_demuxer_add_sink(&s->video_demuxer, &rec->packet_sink);
|
||||
sc_demuxer_add_sink(&s->video_demuxer, &rec->video_packet_sink);
|
||||
}
|
||||
|
||||
struct sc_controller *controller = NULL;
|
||||
|
||||
Reference in New Issue
Block a user