aboutsummaryrefslogtreecommitdiffstats
path: root/Lua/src/lib/ffmpeg/opt.pas
diff options
context:
space:
mode:
authorwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-12-29 15:09:32 +0000
committerwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-12-29 15:09:32 +0000
commit66cae6a143822a4b3f596717d2671db910026054 (patch)
tree27ab9140c03a3271ae13a3b4b4bec14ee159174a /Lua/src/lib/ffmpeg/opt.pas
parentf703eb192dce8d90ce09e6d92892fd788b4af3b7 (diff)
downloadusdx-66cae6a143822a4b3f596717d2671db910026054.tar.gz
usdx-66cae6a143822a4b3f596717d2671db910026054.tar.xz
usdx-66cae6a143822a4b3f596717d2671db910026054.zip
merged r2056 into lua branch
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2057 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--Lua/src/lib/ffmpeg/opt.pas7
1 files changed, 0 insertions, 7 deletions
diff --git a/Lua/src/lib/ffmpeg/opt.pas b/Lua/src/lib/ffmpeg/opt.pas
index 65e055ce..86144598 100644
--- a/Lua/src/lib/ffmpeg/opt.pas
+++ b/Lua/src/lib/ffmpeg/opt.pas
@@ -122,13 +122,6 @@ type
* This is identical to AVOption except that default_val was replaced by
* an union, it should be compatible with AVOption on normal platforms.
*)
-const
- AV_OPT_FLAG_ENCODING_PARAM = 1; ///< a generic parameter which can be set by the user for muxing or encoding
- AV_OPT_FLAG_DECODING_PARAM = 2; ///< a generic parameter which can be set by the user for demuxing or decoding
- AV_OPT_FLAG_METADATA = 4; ///< some data extracted or inserted into the file like title, comment, ...
- AV_OPT_FLAG_AUDIO_PARAM = 8;
- AV_OPT_FLAG_VIDEO_PARAM = 16;
- AV_OPT_FLAG_SUBTITLE_PARAM = 32;
type
PAVOption2 = ^TAVOption2;
TAVOption2 = record