aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg/error.pas
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-07-20 23:43:16 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-07-20 23:43:16 +0000
commit61c9caf331540e1be83acf2c5818774fd004712b (patch)
treeaceb6f4f86476e17a96d1ed7219f5b387e0a9031 /src/lib/ffmpeg/error.pas
parentedd433542de5da18d8f1b510f87f0221eab058a8 (diff)
downloadusdx-61c9caf331540e1be83acf2c5818774fd004712b.tar.gz
usdx-61c9caf331540e1be83acf2c5818774fd004712b.tar.xz
usdx-61c9caf331540e1be83acf2c5818774fd004712b.zip
update avutil to 50.21.0
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2603 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/lib/ffmpeg/error.pas')
-rw-r--r--src/lib/ffmpeg/error.pas6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/ffmpeg/error.pas b/src/lib/ffmpeg/error.pas
index c142f6e1..720005b6 100644
--- a/src/lib/ffmpeg/error.pas
+++ b/src/lib/ffmpeg/error.pas
@@ -19,7 +19,7 @@
* - Changes and updates by the UltraStar Deluxe Team
*
* Conversion of libavutil/error.h
- * Max. avutil version: 50.16.0, revision 23255, Sun May 30 22:05:00 2010 CET
+ * Max. avutil version: 50.21.0, revision 24190, Wed Jul 21 01:00:00 2010 CET
*
*)
@@ -98,11 +98,13 @@ const
{$IF LIBAVUTIL_VERSION >= 50013000} // >= 50.13.0
(*
- * Puts a description of the AVERROR code errnum in errbuf.
+ * Put a description of the AVERROR code errnum in errbuf.
* In case of failure the global variable errno is set to indicate the
* error. Even in case of failure av_strerror() will print a generic
* error message indicating the errnum provided to errbuf.
*
+ * @param errnum error code to describe
+ * @param errbuf buffer to which description is written
* @param errbuf_size the size in bytes of errbuf
* @return 0 on success, a negative value if a description for errnum
* cannot be found