Skip to content
Snippets Groups Projects
Commit fc567ac4 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

avcodec: Add padding after the remaining AVFrames


This limits ABI issues in case libavcodec is linked to a libavutil with larger AVFrame
Which can happen if they are shiped in seperate binary packages and libavutil is upgraded

A cleaner alternative would be to replace them by pointers but this would likely cause
a small speedloss

Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent 2765c2ec
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment