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 Jul 9, 2024
2 parents c210453 + 578bf23 commit cec41c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zm_image.h
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ class Image {
const size_t buffer_size,
const int p_buffertype);

int PopulateFrame(AVFrame *frame);
int PopulateFrame(AVFrame *frame) const;

inline void CopyBuffer(const Image &image) {
Assign(image);
Expand Down

0 comments on commit cec41c1

Please sign in to comment.