aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-04-24 23:10:50 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-04-24 23:10:50 +0000
commit92b5231fdaef94f38b7d8fdd622a5a5cb2e7433c (patch)
tree48d9143ea9cbe2b7745abac074af81cea8b70df8
parentff95f0d464a7259cba44e7d796dfc16a935df55e (diff)
downloadusdx-92b5231fdaef94f38b7d8fdd622a5a5cb2e7433c.tar.gz
usdx-92b5231fdaef94f38b7d8fdd622a5a5cb2e7433c.tar.xz
usdx-92b5231fdaef94f38b7d8fdd622a5a5cb2e7433c.zip
final update to 52.61.0 comment forgotten
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2304 b956fd51-792f-4845-bead-9b4dfca2ff2c
-rw-r--r--src/lib/ffmpeg/avformat.pas5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/ffmpeg/avformat.pas b/src/lib/ffmpeg/avformat.pas
index 56f1eadc..7bc22741 100644
--- a/src/lib/ffmpeg/avformat.pas
+++ b/src/lib/ffmpeg/avformat.pas
@@ -863,8 +863,9 @@ type
It is deduced from the AVStream values. *)
start_time: cint64;
(** Decoding: duration of the stream, in AV_TIME_BASE fractional
- seconds. NEVER set this value directly: it is deduced from the
- AVStream values. *)
+ seconds. Only set this value if you know none of the individual stream
+ durations and also dont set any of them. This is deduced from the
+ AVStream values if not set. *)
duration: cint64;
(** decoding: total file size, 0 if unknown *)
file_size: cint64;