diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/ffmpeg/avio.pas | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/ffmpeg/avio.pas b/src/lib/ffmpeg/avio.pas index 4c2c08d6..517c02ec 100644 --- a/src/lib/ffmpeg/avio.pas +++ b/src/lib/ffmpeg/avio.pas @@ -174,6 +174,11 @@ type {$IF LIBAVFORMAT_VERSION >= 52031000} // 52.31.0 url_get_file_handle: function (h: PURLContext): cint; cdecl; {$IFEND} + + {$IF LIBAVFORMAT_VERSION >= 52071000} // 52.71.0 + priv_data_size: cint; + {const} priv_data_class: PAVClass; + {$IFEND} end; (** |