Skip to content

Commit

Permalink
Make internal recorder function static
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1v committed Apr 10, 2021
1 parent fb78705 commit d0983db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/recorder.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ recorder_rescale_packet(struct recorder *recorder, AVPacket *packet) {
av_packet_rescale_ts(packet, SCRCPY_TIME_BASE, ostream->time_base);
}

bool
static bool
recorder_write(struct recorder *recorder, AVPacket *packet) {
if (!recorder->header_written) {
if (packet->pts != AV_NOPTS_VALUE) {
Expand Down

0 comments on commit d0983db

Please sign in to comment.