diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-11-26 21:08:45 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-11-26 21:08:45 +0000 |
commit | a9af75ae850d54cb4a03ce29a0f59c34b4f8f9ce (patch) | |
tree | b78fd8ffb4adacfa19b2515a952d0cb21a1e688a /libswscale/swscale.h | |
parent | 797229a6a2a189d6f58bf6bbd40c87f88ac1304c (diff) | |
download | ffmpeg-a9af75ae850d54cb4a03ce29a0f59c34b4f8f9ce.tar.gz |
Make sws_format_name() use av_pix_fmt_descriptors.
This also introduces a dependency of libswscale on libavutil.
Originally committed as revision 29968 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/swscale.h')
-rw-r--r-- | libswscale/swscale.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/swscale.h b/libswscale/swscale.h index aec6a38e94..d940e82271 100644 --- a/libswscale/swscale.h +++ b/libswscale/swscale.h @@ -31,7 +31,7 @@ #define LIBSWSCALE_VERSION_MAJOR 0 #define LIBSWSCALE_VERSION_MINOR 7 -#define LIBSWSCALE_VERSION_MICRO 1 +#define LIBSWSCALE_VERSION_MICRO 2 #define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \ LIBSWSCALE_VERSION_MINOR, \ |