Rename video-specific variables in recorder

This paves the way to add audio-specific variables.
This commit is contained in:
Romain Vimont
2023-02-15 10:06:10 +01:00
parent e614e19df4
commit 93e86a5661
3 changed files with 35 additions and 33 deletions

View File

@@ -435,7 +435,7 @@ scrcpy(struct scrcpy_options *options) {
}
recorder_started = true;
sc_demuxer_add_sink(&s->video_demuxer, &s->recorder.packet_sink);
sc_demuxer_add_sink(&s->video_demuxer, &s->recorder.video_packet_sink);
}
struct sc_controller *controller = NULL;