diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-08-02 18:23:36 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-08-02 18:23:36 +0200 |
| commit | 7d9e108ba3629b2e9120bc1da3354935c41aca37 (patch) | |
| tree | c8ffdb2bca75d62bfe9fa2262e9fc4cd19c45027 /src/mpeg2_transcode.h | |
| parent | 6f98afd8021f9475bbd342bdcb39162b3167fa9e (diff) | |
WIP: more hacks.shared-ptr
Diffstat (limited to 'src/mpeg2_transcode.h')
| -rw-r--r-- | src/mpeg2_transcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mpeg2_transcode.h b/src/mpeg2_transcode.h index 1f13cfc3..80eb5237 100644 --- a/src/mpeg2_transcode.h +++ b/src/mpeg2_transcode.h @@ -73,7 +73,7 @@ public: MPEG2Decompressor(); ~MPEG2Decompressor(); - std::vector<FFmpegImage> decompress_frame(std::shared_ptr<const MonoMPEG2PictureFrame> frame); + std::vector<FFmpegImage> decompress_frame(MonoMPEG2PictureFrame const& frame); std::vector<FFmpegImage> flush(); private: |
