Skip to content

Commit

Permalink
fix typo that broke code
Browse files Browse the repository at this point in the history
  • Loading branch information
fduncanh committed Apr 1, 2022
1 parent 5b0a4db commit db802cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/raop_rtp_mirror.c
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ raop_rtp_mirror_thread(void *arg)
}

if (!valid_data) {
264_data.data[0] = 1; /* mark video data as invalid h264 (failed decryption) */
h264_data.data[0] = 1; /* mark video data as invalid h264 (failed decryption) */
}
raop_rtp_mirror->callbacks.video_process(raop_rtp_mirror->callbacks.cls, raop_rtp_mirror->ntp, &h264_data);
free(payload_out);
Expand Down

0 comments on commit db802cc

Please sign in to comment.