comparison avutil.h @ 373:c3b57cc542e0 libavutil

add a new av_clip_int16() function to libavutil
author aurel
date Sat, 11 Aug 2007 21:59:01 +0000
parents 6797bf24b2de
children 1f27211dc3a6
comparison
equal deleted inserted replaced
372:317edea5d1a8 373:c3b57cc542e0
28 28
29 29
30 #define AV_STRINGIFY(s) AV_TOSTRING(s) 30 #define AV_STRINGIFY(s) AV_TOSTRING(s)
31 #define AV_TOSTRING(s) #s 31 #define AV_TOSTRING(s) #s
32 32
33 #define LIBAVUTIL_VERSION_INT ((49<<16)+(4<<8)+1) 33 #define LIBAVUTIL_VERSION_INT ((49<<16)+(5<<8)+0)
34 #define LIBAVUTIL_VERSION 49.4.1 34 #define LIBAVUTIL_VERSION 49.5.0
35 #define LIBAVUTIL_BUILD LIBAVUTIL_VERSION_INT 35 #define LIBAVUTIL_BUILD LIBAVUTIL_VERSION_INT
36 36
37 #define LIBAVUTIL_IDENT "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION) 37 #define LIBAVUTIL_IDENT "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION)
38 38
39 39