[FFmpeg-devel] [PATCH 2/2] pixfmt: Use enum assignment for aliases

Timothy Gu timothygu99 at gmail.com
Mon Aug 22 03:21:28 EEST 2016


On Sun, Aug 21, 2016 at 05:09:01PM -0700, Timothy Gu wrote:
> -#define AV_PIX_FMT_XVMC AV_PIX_FMT_XVMC_MPEG2_IDCT
> +    AV_PIX_FMT_XVMC = AV_PIX_FMT_XVMC_MPEG2_IDCT,

I don't think this constitutes an API break, but comments are welcome.

Timothy


More information about the ffmpeg-devel mailing list