From 74afcd2d2e1a147a483d26ba3657cf9d058650c5 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Thu, 28 Feb 2013 00:08:10 +0000 Subject: update of 1.1 git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2954 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/ffmpeg-1.1/libavutil/error.pas | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib') diff --git a/src/lib/ffmpeg-1.1/libavutil/error.pas b/src/lib/ffmpeg-1.1/libavutil/error.pas index b4b4336c..39a3e81d 100644 --- a/src/lib/ffmpeg-1.1/libavutil/error.pas +++ b/src/lib/ffmpeg-1.1/libavutil/error.pas @@ -113,6 +113,7 @@ const *) AVERROR_BUG2 = -(ord('B') or (ord('U') shl 8) or (ord('G') shl 16) or (ord(' ') shl 24)); AVERROR_UNKNOWN = -(ord('U') or (ord('N') shl 8) or (ord('K') shl 16) or (ord('N') shl 24)); ///< Unknown error, typically from an external library + AVERROR_EXPERIMENTAL = -($2bb2afa8); ///< Requested feature is flagged experimental. Set strict_std_compliance if you really want to use it. AV_ERROR_MAX_STRING_SIZE = 64; -- cgit v1.2.3