aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg-0.7/rational.pas
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/rational.pas
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 '')
-rw-r--r--src/lib/ffmpeg-0.7/rational.pas2
1 files changed, 2 insertions, 0 deletions
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;