Skip to content

Commit

Permalink
Further fixes for FFMPEG 5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
MadDeCoDeR committed Feb 23, 2023
1 parent 052f49f commit 6383990
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neo/renderer/Cinematic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ idCinematicLocal::idCinematicLocal()
frame = av_frame_alloc();
frame2 = av_frame_alloc();
frame3 = av_frame_alloc();
swr_ctx = NULL;
#else
frame = avcodec_alloc_frame();
frame2 = avcodec_alloc_frame();
Expand Down

0 comments on commit 6383990

Please sign in to comment.