diff options
author | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2013-07-28 09:29:58 +0000 |
---|---|---|
committer | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2013-07-28 09:29:58 +0000 |
commit | 3b38cce9036b80f2ccbbd5a8f1b84bb65d5b63d3 (patch) | |
tree | 173fd25a5608b91830ef16049bdab9a315d2e135 /src/lib/ffmpeg-2.0/libavutil | |
parent | 046dc6d2805e75c755b65f64cc492bdc11ea0ce8 (diff) | |
download | usdx-3b38cce9036b80f2ccbbd5a8f1b84bb65d5b63d3.tar.gz usdx-3b38cce9036b80f2ccbbd5a8f1b84bb65d5b63d3.tar.xz usdx-3b38cce9036b80f2ccbbd5a8f1b84bb65d5b63d3.zip |
This is the first complete try of libavutil.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3004 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/lib/ffmpeg-2.0/libavutil')
-rw-r--r-- | src/lib/ffmpeg-2.0/libavutil/cpu.pas | 2 | ||||
-rw-r--r-- | src/lib/ffmpeg-2.0/libavutil/dict.pas | 2 | ||||
-rw-r--r-- | src/lib/ffmpeg-2.0/libavutil/error.pas | 2 | ||||
-rw-r--r-- | src/lib/ffmpeg-2.0/libavutil/log.pas | 2 | ||||
-rw-r--r-- | src/lib/ffmpeg-2.0/libavutil/mathematics.pas | 2 | ||||
-rw-r--r-- | src/lib/ffmpeg-2.0/libavutil/mem.pas | 2 | ||||
-rw-r--r-- | src/lib/ffmpeg-2.0/libavutil/opt.pas | 2 | ||||
-rw-r--r-- | src/lib/ffmpeg-2.0/libavutil/pixfmt.pas | 2 | ||||
-rw-r--r-- | src/lib/ffmpeg-2.0/libavutil/samplefmt.pas | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/src/lib/ffmpeg-2.0/libavutil/cpu.pas b/src/lib/ffmpeg-2.0/libavutil/cpu.pas index 4977131f..635b8928 100644 --- a/src/lib/ffmpeg-2.0/libavutil/cpu.pas +++ b/src/lib/ffmpeg-2.0/libavutil/cpu.pas @@ -19,7 +19,7 @@ * - Changes and updates by the UltraStar Deluxe Team * * Conversion of libavutil/cpu.h - * avutil version 52.13.100 + * avutil version 52.38.100 * *) diff --git a/src/lib/ffmpeg-2.0/libavutil/dict.pas b/src/lib/ffmpeg-2.0/libavutil/dict.pas index 9838c9b6..21886657 100644 --- a/src/lib/ffmpeg-2.0/libavutil/dict.pas +++ b/src/lib/ffmpeg-2.0/libavutil/dict.pas @@ -19,7 +19,7 @@ * This is a part of the Pascal port of ffmpeg. * * Conversion of libavutil/dict.h - * avutil version 52.13.100 + * avutil version 52.38.100 * *) diff --git a/src/lib/ffmpeg-2.0/libavutil/error.pas b/src/lib/ffmpeg-2.0/libavutil/error.pas index 46dbe51a..4406c2cd 100644 --- a/src/lib/ffmpeg-2.0/libavutil/error.pas +++ b/src/lib/ffmpeg-2.0/libavutil/error.pas @@ -19,7 +19,7 @@ * - Changes and updates by the UltraStar Deluxe Team * * Conversion of libavutil/error.h - * avutil version 52.13.100 + * avutil version 52.38.100 * *) diff --git a/src/lib/ffmpeg-2.0/libavutil/log.pas b/src/lib/ffmpeg-2.0/libavutil/log.pas index 9cd709f8..73057a36 100644 --- a/src/lib/ffmpeg-2.0/libavutil/log.pas +++ b/src/lib/ffmpeg-2.0/libavutil/log.pas @@ -19,7 +19,7 @@ * - Changes and updates by the UltraStar Deluxe Team * * Conversion of libavutil/log.h - * avutil version 52.13.100 + * avutil version 52.38.100 * *) diff --git a/src/lib/ffmpeg-2.0/libavutil/mathematics.pas b/src/lib/ffmpeg-2.0/libavutil/mathematics.pas index 7dcb5e1e..60c9e16c 100644 --- a/src/lib/ffmpeg-2.0/libavutil/mathematics.pas +++ b/src/lib/ffmpeg-2.0/libavutil/mathematics.pas @@ -22,7 +22,7 @@ * - Changes and updates by the UltraStar Deluxe Team * * Conversion of libavutil/mathematics.h - * avutil version 52.13.100 + * avutil version 52.38.100 * *) diff --git a/src/lib/ffmpeg-2.0/libavutil/mem.pas b/src/lib/ffmpeg-2.0/libavutil/mem.pas index ca1b8643..17c3461c 100644 --- a/src/lib/ffmpeg-2.0/libavutil/mem.pas +++ b/src/lib/ffmpeg-2.0/libavutil/mem.pas @@ -19,7 +19,7 @@ * - Changes and updates by the UltraStar Deluxe Team * * Conversion of libavutil/mem.h - * avutil version 52.13.100 + * avutil version 52.38.100 * *) diff --git a/src/lib/ffmpeg-2.0/libavutil/opt.pas b/src/lib/ffmpeg-2.0/libavutil/opt.pas index fd865eea..983e923b 100644 --- a/src/lib/ffmpeg-2.0/libavutil/opt.pas +++ b/src/lib/ffmpeg-2.0/libavutil/opt.pas @@ -23,7 +23,7 @@ * - Changes and updates by the UltraStar Deluxe Team * * Conversion of libavutil/opt.h - * avutil version 52.13.100 + * avutil version 52.38.100 * *) diff --git a/src/lib/ffmpeg-2.0/libavutil/pixfmt.pas b/src/lib/ffmpeg-2.0/libavutil/pixfmt.pas index 1128de1e..c80e13d1 100644 --- a/src/lib/ffmpeg-2.0/libavutil/pixfmt.pas +++ b/src/lib/ffmpeg-2.0/libavutil/pixfmt.pas @@ -19,7 +19,7 @@ * - Changes and updates by the UltraStar Deluxe Team * * Conversion of libavutil/pixfmt.h - * avutil version 52.13.100 + * avutil version 52.38.100 * *) diff --git a/src/lib/ffmpeg-2.0/libavutil/samplefmt.pas b/src/lib/ffmpeg-2.0/libavutil/samplefmt.pas index 62241bc4..877d6207 100644 --- a/src/lib/ffmpeg-2.0/libavutil/samplefmt.pas +++ b/src/lib/ffmpeg-2.0/libavutil/samplefmt.pas @@ -19,7 +19,7 @@ * This is a part of the Pascal port of ffmpeg. * * Conversion of libavutil/samplefmt.h - * avutil version 52.13.100 + * avutil version 52.38.100 * *) |