diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-11-02 20:45:46 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-11-02 20:45:46 +0000 |
commit | 262d1c5d2206467809fd81d841d09ad70cc8ba13 (patch) | |
tree | 07b02781e1fbf22e5386d45d8f08683c35f9ded2 /libavcore/avcore.h | |
parent | 7e35d8596b4abdf2331c7fb2bf1a73e8be08c4a8 (diff) | |
download | ffmpeg-262d1c5d2206467809fd81d841d09ad70cc8ba13.tar.gz |
Move sample format definitions from libavcodec to libavcore.
Originally committed as revision 25652 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcore/avcore.h')
-rw-r--r-- | libavcore/avcore.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcore/avcore.h b/libavcore/avcore.h index a77bab84f1..5870817f23 100644 --- a/libavcore/avcore.h +++ b/libavcore/avcore.h @@ -27,8 +27,8 @@ #include "libavutil/avutil.h" #define LIBAVCORE_VERSION_MAJOR 0 -#define LIBAVCORE_VERSION_MINOR 9 -#define LIBAVCORE_VERSION_MICRO 1 +#define LIBAVCORE_VERSION_MINOR 10 +#define LIBAVCORE_VERSION_MICRO 0 #define LIBAVCORE_VERSION_INT AV_VERSION_INT(LIBAVCORE_VERSION_MAJOR, \ LIBAVCORE_VERSION_MINOR, \ |