[FFmpeg-devel] [PATCH] avcodec/utvideodec: add support for UMH2, UMY2, UMH4, UMY4, UMRA, UMRG

Derek Buitenhuis derek.buitenhuis at gmail.com
Sat Dec 30 18:37:26 EET 2017


On 12/30/2017 3:10 PM, Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
>  libavcodec/utvideo.h    |   8 +-
>  libavcodec/utvideodec.c | 194 ++++++++++++++++++++++++++++++++++++++----------
>  libavformat/riff.c      |   6 ++
>  3 files changed, 169 insertions(+), 39 deletions(-)

Can you add some info in the commit message about what these six (wow) new
FourCCs are?

> +                if (bits == 0) {
> +                    *(uint64_t *) p = 0;

I assume p is guaranteed to be aligned properly for this (i.e. no aliasing issues)?

- Derek


More information about the ffmpeg-devel mailing list