On Sat, Jul 25, 2015 at 2:26 PM, Luca Barbato <[email protected]> wrote:
> ---
>  libavformat/nut.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/libavformat/nut.c b/libavformat/nut.c
> index 828d9ca..beb27fc 100644
> --- a/libavformat/nut.c
> +++ b/libavformat/nut.c
> @@ -40,6 +40,7 @@ const AVCodecTag ff_nut_data_tags[] = {
>
>  const AVCodecTag ff_nut_video_tags[] = {
>      { AV_CODEC_ID_VP9,              MKTAG('V', 'P', '9', '0') },
> +    { AV_CODEC_ID_HEVC,             MKTAG('H', 'E', 'V', 'C') },
>      { AV_CODEC_ID_RAWVIDEO,         MKTAG('R', 'G', 'B',  15) },
>      { AV_CODEC_ID_RAWVIDEO,         MKTAG('B', 'G', 'R',  15) },
>      { AV_CODEC_ID_RAWVIDEO,         MKTAG('R', 'G', 'B',  16) },

probably ok
-- 
Vittorio
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to