On Thu, Jun 06, 2019 at 10:31:44PM +0200, Stephan Hilb wrote:
> ---
> libavformat/nut.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/libavformat/nut.c b/libavformat/nut.c
> index 4fbbcb1d26..937f452878 100644
> --- a/libavformat/nut.c
> +++ b/libavformat/nut.c
> @@ -43,6 +43,7 @@ const AVCodecTag ff_nut_video_tags[] = {
> { AV_CODEC_ID_XFACE, MKTAG('X', 'F', 'A', 'C') },
> { AV_CODEC_ID_VP9, MKTAG('V', 'P', '9', '0') },
> { AV_CODEC_ID_HEVC, MKTAG('H', 'E', 'V', 'C') },
> + { AV_CODEC_ID_CPIA, MKTAG('C', 'P', 'i', 'A') },
> { 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 ) },will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If you fake or manipulate statistics in a paper in physics you will never get a job again. If you fake or manipulate statistics in a paper in medicin you will get a job for life at the pharma industry.
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
