Skip to content

Removed or replaced deprecated FFmpeg AVFrame fields - #172

Open
ACFHarbinger wants to merge 2 commits into
spillerrec:masterfrom
ACFHarbinger:master
Open

Removed or replaced deprecated FFmpeg AVFrame fields#172
ACFHarbinger wants to merge 2 commits into
spillerrec:masterfrom
ACFHarbinger:master

Conversation

@ACFHarbinger

Copy link
Copy Markdown

Updated Overmix to not use any AVFrame fields that have been deprecated in new FFmpeg versions:

  • Removed the frame->display_picture_number field from the VideoFrame.cpp file
  • Replaced the frame->key_frame field in the VideoFrame.cpp file with the new bitmask implementation (i.e., frame->flags & AV_FRAME_FLAG_KEY)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant