diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-01 18:49:44 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-01 18:49:44 +0000 |
commit | 2b4abbd6f5f065a41d48622154cb7fd045247f2f (patch) | |
tree | 395a9013ac3148bf651a07a35265ab2bd6472f85 /libavcodec/avcodec.h | |
parent | 39bb30f6640fe1faf4bbc779a79786028febc95d (diff) | |
download | ffmpeg-2b4abbd6f5f065a41d48622154cb7fd045247f2f.tar.gz |
Move colorspace.h from libavcodec to libavutil.
Avoid a compile-time dependency of the pad filter on libavcodec.
Originally committed as revision 23940 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 2eb2ff683e..5841d6a4c8 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -31,7 +31,7 @@ #define LIBAVCODEC_VERSION_MAJOR 52 #define LIBAVCODEC_VERSION_MINOR 78 -#define LIBAVCODEC_VERSION_MICRO 0 +#define LIBAVCODEC_VERSION_MICRO 1 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |