lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 23 Apr 2011 11:38:50 +0000 (13:38 +0200)
committerAnton Khirnov <anton@khirnov.net>
Tue, 26 Apr 2011 06:38:57 +0000 (08:38 +0200)
commitbebe72f4a05d338e04ae9ca1e9c6b72749b488aa
tree8036839520fcde4fba5526e647d53e833075d799
parent30fe9719344f01a147628e07a8e79a9ccc7e0835
lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums

Also deprecate av_get_pict_type_char() in favor of
av_get_picture_type_char().

The new enum and av_get_picture_type_char() are defined in libavutil.
This allows the use in libavfilter without the need to link against
libavcodec.

Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
doc/APIchanges
libavcodec/avcodec.h
libavcodec/utils.c
libavcodec/version.h
libavfilter/avfilter.h
libavutil/avutil.h
libavutil/utils.c