Skip to content

Commit

Permalink
[CHG] Removing unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mth_sousa committed Dec 20, 2024
1 parent 22ee080 commit 0f33529
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libav_streamer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,6 @@ void LibavStreamer::sendImage(
}

if (got_packet) {
std::size_t size;
uint8_t * output_buf;

double seconds = std::chrono::duration_cast<std::chrono::duration<double>>(
time - first_image_time_).count();
Expand Down

0 comments on commit 0f33529

Please sign in to comment.