aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg-1.1/libavutil
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ffmpeg-1.1/libavutil')
-rw-r--r--src/lib/ffmpeg-1.1/libavutil/error.pas3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/ffmpeg-1.1/libavutil/error.pas b/src/lib/ffmpeg-1.1/libavutil/error.pas
index 39a3e81d..f6d19ac5 100644
--- a/src/lib/ffmpeg-1.1/libavutil/error.pas
+++ b/src/lib/ffmpeg-1.1/libavutil/error.pas
@@ -133,9 +133,6 @@ const
function av_strerror(errnum: cint; errbuf: PAnsiChar; errbuf_size: size_t): cint;
cdecl; external av__util;
-function av_strerror(errnum: cint; errbuf: PAnsiChar; errbuf_size: size_t): cint;
- cdecl; external av__util;
-
(**
* Fill the provided buffer with a string containing an error string
* corresponding to the AVERROR code errnum.