Skip to content

Commit

Permalink
Fixed pointer type
Browse files Browse the repository at this point in the history
  • Loading branch information
Баяндин Сергей Андреевич committed Nov 10, 2023
1 parent 79b7b8e commit ea05145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FFmpegFrame.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class FFmpegFrame
AVFrame *get();

private:
std::unique_ptr<char> _data;
std::unique_ptr<char[]> _data;
std::shared_ptr<AVFrame> _frame;
};

Expand Down

0 comments on commit ea05145

Please sign in to comment.