[FFmpeg-devel] [PATCH] libutvideo: Prioritize compatibility with new versions

Derek Buitenhuis derek.buitenhuis at gmail.com
Fri Mar 8 18:43:09 CET 2013


On 2013-03-08 9:48 AM, Stephen Hutchinson wrote:
> ---
>  libavcodec/libutvideo.h      |   14 ++++++++------
>  libavcodec/libutvideodec.cpp |    4 ++--
>  libavcodec/libutvideoenc.cpp |    4 ++--
>  3 files changed, 12 insertions(+), 10 deletions(-)

[...]

> +/* Ut Video version 12.0.0 changed the RGB format names and removed
> + * the _WIN names, so if the new names are absent, define them
> + * against the old names so compatibility with pre-v12 versions
> + * is maintained.*/

I didn't notice this before, but can you make this comment consistent with
the rest in this file, i.e.:

/*
 * Stuff.
 * More Stuff.
 */

Rest seems reasonable, even if there is no functional difference.

- Derek


More information about the ffmpeg-devel mailing list