profile_
On Thu, Dec 19, 2013 at 12:30:24AM +0100, Guillaume Martres wrote:
> --- a/libavcodec/avcodec.h
> +++ b/libavcodec/avcodec.h
> @@ -2662,6 +2662,11 @@ typedef struct AVCodecContext {
> #define FF_PROFILE_JPEG2000_DCINEMA_2K 3
> #define FF_PROFILE_JPEG2000_DCINEMA_4K 4
>
> +
> +#define FF_PROFILE_HEVC_MAIN 1
> +#define FF_PROFILE_HEVC_MAIN_10 2
> +#define FF_PROFILE_HEVC_MAIN_STILL_PICTURE 3
I think these should be AV_-prefixed if they are considered public API.
Of course, that is slightly unrelated to this patch, but if we agree
to AV-prefix these instead, I can perform the necessary deprecation
dance.
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel