aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg-0.7
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2012-04-21 22:15:30 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2012-04-21 22:15:30 +0000
commitd3c88fdf185156ffac63765861bc1ff368b97154 (patch)
treefb49dfb2a89bcf642575ddb39329f87411e59161 /src/lib/ffmpeg-0.7
parent17eb33f81ace1fc1f77c07e2d07125445a1f83ab (diff)
downloadusdx-d3c88fdf185156ffac63765861bc1ff368b97154.tar.gz
usdx-d3c88fdf185156ffac63765861bc1ff368b97154.tar.xz
usdx-d3c88fdf185156ffac63765861bc1ff368b97154.zip
Initial commit for ffmpeg-0.10. This is far from complete.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2859 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/lib/ffmpeg-0.7')
-rw-r--r--src/lib/ffmpeg-0.7/avformat.pas3
-rw-r--r--src/lib/ffmpeg-0.7/rational.pas2
2 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/ffmpeg-0.7/avformat.pas b/src/lib/ffmpeg-0.7/avformat.pas
index 66d0b3a6..a1c72e66 100644
--- a/src/lib/ffmpeg-0.7/avformat.pas
+++ b/src/lib/ffmpeg-0.7/avformat.pas
@@ -194,9 +194,6 @@ const
AV_METADATA_DONT_STRDUP_VAL = AV_DICT_DONT_STRDUP_VAL;
AV_METADATA_DONT_OVERWRITE = AV_DICT_DONT_OVERWRITE;
-{
-typedef struct AVMetadataConv AVMetadataConv;
-}
type
PAVMetadataTag = ^TAVMetadataTag;
TAVMetadataTag = record
diff --git a/src/lib/ffmpeg-0.7/rational.pas b/src/lib/ffmpeg-0.7/rational.pas
index 45ca8b87..a6792100 100644
--- a/src/lib/ffmpeg-0.7/rational.pas
+++ b/src/lib/ffmpeg-0.7/rational.pas
@@ -150,6 +150,8 @@ function av_find_nearest_q_idx(q: TAVRational; q_list: {const} PAVRationalArray)
implementation
+// This corresponds to the old c version and should be updated to
+// the new c version.
function av_cmp_q (a: TAVRational; b: TAVRational): cint;
var
tmp: cint64;