Changeset bebe72f4 in ffmpeg

Timestamp:
Apr 26, 2011, 6:38:57 AM (14 years ago)
Author:
Anton Khirnov <anton@khirnov.net>
Branches:
master
Children:
893722ce
Parents:
30fe9719
git-author:
Stefano Sabatini <stefano.sabatini-lala@poste.it> (04/23/11 11:38:50)
git-committer:
Anton Khirnov <anton@khirnov.net> (04/26/11 06:38:57)
Message:

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>

(No files)

Note: See TracChangeset for help on using the changeset viewer.