diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-03-21 23:08:20 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-03-21 23:08:20 +0000 |
commit | f82674e584d0550f3000658c6a579c4b9db139fe (patch) | |
tree | 2cff84728c6bc5d8cde05ba6a63b11b598ded01d /libavutil/avutil.h | |
parent | 31a79497b7a9fb84e92593ecb5703063ec3ca35a (diff) | |
download | ffmpeg-f82674e584d0550f3000658c6a579c4b9db139fe.tar.gz |
Change the RGB5X5/BGR5X5 pixel format defines so that we have little
endian and big endian variants instead of native-endian ones.
This patch breaks API/ABI backward-compatibility.
Originally committed as revision 18133 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/avutil.h')
-rw-r--r-- | libavutil/avutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h index c57e69f10c..f9047131d5 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -35,7 +35,7 @@ #define AV_VERSION(a, b, c) AV_VERSION_DOT(a, b, c) #define LIBAVUTIL_VERSION_MAJOR 50 -#define LIBAVUTIL_VERSION_MINOR 0 +#define LIBAVUTIL_VERSION_MINOR 1 #define LIBAVUTIL_VERSION_MICRO 0 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ |