From fa95eab290da90e3a7d9f49f3be6f1fab96dbc26 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Thu, 17 Dec 2009 20:56:40 +0000 Subject: remove duplicate declaration of constants for AVCODEC >= 52.42.0 git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2047 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/ffmpeg/opt.pas | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/lib/ffmpeg/opt.pas') diff --git a/src/lib/ffmpeg/opt.pas b/src/lib/ffmpeg/opt.pas index 65e055ce..86144598 100644 --- a/src/lib/ffmpeg/opt.pas +++ b/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 -- cgit v1.2.3