aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg-0.7/rational.pas
diff options
context:
space:
mode:
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;