Rename video-specific variables in recorder

This paves the way to add audio-specific variables.

PR #3757 <https://github.com/Genymobile/scrcpy/pull/3757>
This commit is contained in:
Romain Vimont
2023-02-15 10:06:10 +01:00
parent ef22893b7c
commit d499e96d0e
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;