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 3f3e60dd7a
commit b7af74b01a
3 changed files with 35 additions and 33 deletions

View File

@@ -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;