diff options
author | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2012-05-24 08:33:49 +0000 |
---|---|---|
committer | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2012-05-24 08:33:49 +0000 |
commit | 660d185cb44ee5c8446d5019bdcf0a5f51862bc4 (patch) | |
tree | 13e8ee0996bf9f03c576a361abd8f62abe0e1d87 /src/lib/ffmpeg-0.7/libavutil | |
parent | 7d523b59769a7a99afdfe365ced3c6727018cf5a (diff) | |
download | usdx-660d185cb44ee5c8446d5019bdcf0a5f51862bc4.tar.gz usdx-660d185cb44ee5c8446d5019bdcf0a5f51862bc4.tar.xz usdx-660d185cb44ee5c8446d5019bdcf0a5f51862bc4.zip |
add missing avcodec_open2 and PPAVDictionary.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2885 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/lib/ffmpeg-0.7/libavutil')
-rw-r--r-- | src/lib/ffmpeg-0.7/libavutil/dict.pas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ffmpeg-0.7/libavutil/dict.pas b/src/lib/ffmpeg-0.7/libavutil/dict.pas index 6a924fd9..8235f108 100644 --- a/src/lib/ffmpeg-0.7/libavutil/dict.pas +++ b/src/lib/ffmpeg-0.7/libavutil/dict.pas @@ -41,6 +41,7 @@ type (* with the "help" of libavutil/internal.h: *) + PPAVDictionary = ^PAVDictionary; PAVDictionary = ^TAVDictionary; TAVDictionary = record count: cint; |