Skip to content

Commit

Permalink
Fix the vpdq error
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeyadTarekk committed Nov 8, 2024
1 parent 9e067ec commit 11fb1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpdq/cpp/vpdq/cpp/hashing/ffmpegwrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ FFmpegFrame::FFmpegFrame(AVFramePtr frame, uint64_t frameNumber)

uint64_t FFmpegFrame::get_frame_number() const {
return m_frameNumber;
};
}

unsigned char* FFmpegFrame::get_buffer_ptr() {
return m_frame->data[0];
Expand Down

0 comments on commit 11fb1d5

Please sign in to comment.