Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ZoneMinder/zoneminder
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Sep 25, 2024
2 parents c9aa03d + 07d2215 commit 529c90d
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 529c90d

Please sign in to comment.