aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg/avcodec.pas
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-05-11 22:09:10 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-05-11 22:09:10 +0000
commitba94c02c9fcb65a6b1cd025bbadf1b0cd50f5152 (patch)
tree91f6d715c8e20a4de21ea3d25482a26717af15cc /src/lib/ffmpeg/avcodec.pas
parent1cdbe92fe6af0604e976e469dea881fb7e7985ed (diff)
downloadusdx-ba94c02c9fcb65a6b1cd025bbadf1b0cd50f5152.tar.gz
usdx-ba94c02c9fcb65a6b1cd025bbadf1b0cd50f5152.tar.xz
usdx-ba94c02c9fcb65a6b1cd025bbadf1b0cd50f5152.zip
final ffmpeg update as of today: update all to avutil 50.15.2
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2362 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/lib/ffmpeg/avcodec.pas')
-rw-r--r--src/lib/ffmpeg/avcodec.pas12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/lib/ffmpeg/avcodec.pas b/src/lib/ffmpeg/avcodec.pas
index f1d7fdd3..4fa8f208 100644
--- a/src/lib/ffmpeg/avcodec.pas
+++ b/src/lib/ffmpeg/avcodec.pas
@@ -1236,13 +1236,21 @@ type
option: PAVOption;
{$IF LIBAVUTIL_VERSION >= 50015000} // 50.15.0
-{$IFEND}
(**
* LIBAVUTIL_VERSION with which this structure was created.
- * This is used to allow fields to be added without requireing major
+ * This is used to allow fields to be added without requiring major
* version bumps everywhere.
*)
version: cint;
+{$IFEND}
+
+{$IF LIBAVUTIL_VERSION >= 50015002} // 50.15.2
+ (**
+ * Offset in the structure where log_level_offset is stored.
+ * 0 means there is no such variable
+ *)
+ log_level_offset_offset: cint;
+{$IFEND}
end;
{**