Deprecate zm_av_frame_alloc

This commit is contained in:
Isaac Connor
2025-09-18 14:48:52 -04:00
parent c89b4016ff
commit 643fe97b25
10 changed files with 20 additions and 20 deletions

View File

@@ -174,7 +174,7 @@ AVFrame *FFmpeg_Input::get_frame(int stream_id) {
AVCodecContext *context = streams[packet->stream_index].context;
frame = av_frame_ptr{zm_av_frame_alloc()};
frame = av_frame_ptr{av_frame_alloc()};
if (!frame) {
Error("Unable to allocate frame.");
return nullptr;