diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-11-26 20:58:37 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-11-26 20:58:37 +0000 |
commit | 382cb1154c0f7f5a55e715c154af876364e7205f (patch) | |
tree | 07d92bb77409605b6a42e50103501c37bcd09d49 /libavutil/avutil.h | |
parent | 0bf095a8372427e603af7853c45b29547ced8653 (diff) | |
download | ffmpeg-382cb1154c0f7f5a55e715c154af876364e7205f.tar.gz |
Make av_pix_fmt_descriptors use the same pixel format names as defined
in libavcodec/imgconvert.c.
Avoid to break compatility when making the functions dealing with
pixel format names in imgconvert.c use the names defined in pixdescs.
Originally committed as revision 20624 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 a510d53e8a..d799211ffc 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -36,7 +36,7 @@ #define LIBAVUTIL_VERSION_MAJOR 50 #define LIBAVUTIL_VERSION_MINOR 5 -#define LIBAVUTIL_VERSION_MICRO 0 +#define LIBAVUTIL_VERSION_MICRO 1 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ LIBAVUTIL_VERSION_MINOR, \ |