aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg/avcodec.pas
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-05-12 13:30:55 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-05-12 13:30:55 +0000
commita289b5b40ec4a16eb05e2557b88c50f4de39840c (patch)
tree6b4def631e4f0085c47ffbb39cfff996eb76114c /src/lib/ffmpeg/avcodec.pas
parent07c7dc9d960a61bf99db9abb347af9f740e1dceb (diff)
downloadusdx-a289b5b40ec4a16eb05e2557b88c50f4de39840c.tar.gz
usdx-a289b5b40ec4a16eb05e2557b88c50f4de39840c.tar.xz
usdx-a289b5b40ec4a16eb05e2557b88c50f4de39840c.zip
fix No. 5 of ffmpeg update.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2367 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/lib/ffmpeg/avcodec.pas')
-rw-r--r--src/lib/ffmpeg/avcodec.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ffmpeg/avcodec.pas b/src/lib/ffmpeg/avcodec.pas
index 7a78f06d..ee0cb983 100644
--- a/src/lib/ffmpeg/avcodec.pas
+++ b/src/lib/ffmpeg/avcodec.pas
@@ -4654,10 +4654,11 @@ function av_parse_video_frame_rate(frame_rate: PAVRational; str: {const} PAnsiCh
cdecl; external av__codec;
{$IFEND}
+{$IF LIBAVCODEC_VERSION < 52059000} // <52.59.0
+
{
The following error codes are moved to libavutil/error.h on
revision 22501 Mar 13 2010
- It is kept here for now.
}
{* error handling *}
@@ -4687,7 +4688,6 @@ const
{$ENDIF}
{$ENDIF}
-{$IF LIBAVCODEC_VERSION < 52059000} // <52.59.0
const
{$IF EINVAL > 0}
AVERROR_SIGN = -1;