1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

add a new av_clip_int16() function to libavutil

Originally committed as revision 10076 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Aurelien Jacobs
2007-08-11 21:59:01 +00:00
parent b9c684a2b8
commit ddb8ebe7a1
2 changed files with 13 additions and 2 deletions

View File

@@ -30,8 +30,8 @@
#define AV_STRINGIFY(s) AV_TOSTRING(s)
#define AV_TOSTRING(s) #s
#define LIBAVUTIL_VERSION_INT ((49<<16)+(4<<8)+1)
#define LIBAVUTIL_VERSION 49.4.1
#define LIBAVUTIL_VERSION_INT ((49<<16)+(5<<8)+0)
#define LIBAVUTIL_VERSION 49.5.0
#define LIBAVUTIL_BUILD LIBAVUTIL_VERSION_INT
#define LIBAVUTIL_IDENT "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION)