Skip to content

Commit

Permalink
Let higher ups deal with non-video non-audio packets. Might fix a mem…
Browse files Browse the repository at this point in the history
…leak
  • Loading branch information
Isaac Connor committed Sep 24, 2024
1 parent 37fef75 commit 07d2215
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/zm_ffmpeg_camera.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ int FfmpegCamera::Capture(std::shared_ptr<ZMPacket> &zm_packet) {
lastPTS = mLastVideoPTS;
} else {
Debug(1, "Have packet which isn't for video or audio stream.");
return 0;
}
}

Expand Down

0 comments on commit 07d2215

Please sign in to comment.