aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg-0.11/libavutil
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-02-28 20:19:33 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-02-28 20:19:33 +0000
commit87cdbb6f799eada3bc906158587b000ff0e909a1 (patch)
tree8c35aff60b274965b68593ae5d497debfd17ab5e /src/lib/ffmpeg-0.11/libavutil
parent109a1d715dd6742d53a242849f07675653b27e84 (diff)
downloadusdx-87cdbb6f799eada3bc906158587b000ff0e909a1.tar.gz
usdx-87cdbb6f799eada3bc906158587b000ff0e909a1.tar.xz
usdx-87cdbb6f799eada3bc906158587b000ff0e909a1.zip
update opt.pas
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2958 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/lib/ffmpeg-0.11/libavutil')
-rw-r--r--src/lib/ffmpeg-0.11/libavutil/opt.pas3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/ffmpeg-0.11/libavutil/opt.pas b/src/lib/ffmpeg-0.11/libavutil/opt.pas
index 28e3b858..39497d87 100644
--- a/src/lib/ffmpeg-0.11/libavutil/opt.pas
+++ b/src/lib/ffmpeg-0.11/libavutil/opt.pas
@@ -48,7 +48,8 @@ type
AV_OPT_TYPE_STRING,
AV_OPT_TYPE_RATIONAL,
AV_OPT_TYPE_BINARY, ///< offset must point to a pointer immediately followed by an int for the length
- AV_OPT_TYPE_CONST = 128
+ AV_OPT_TYPE_CONST = 128,
+ AV_OPT_TYPE_IMAGE_SIZE = $53495A45 ///< MKBETAG('S','I','Z','E'), offset must point to two consecutive integers
{$ENDIF}
);