avformat/movenc: Fix ffv1 support

Fixes: Ticket9975

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
master
Michael Niedermayer 3 months ago
parent a5c0ed2122
commit 0b8c9cf5b4
No known key found for this signature in database
GPG Key ID: B18E8928B3948D64
  1. 1
      libavformat/movenc.c

@ -8590,6 +8590,7 @@ static const AVCodecTag codec_mp4_tags[] = {
{ AV_CODEC_ID_MPEGH_3D_AUDIO, MKTAG('m', 'h', 'm', '1') },
{ AV_CODEC_ID_TTML, MOV_MP4_TTML_TAG },
{ AV_CODEC_ID_TTML, MOV_ISMV_TTML_TAG },
{ AV_CODEC_ID_FFV1, MKTAG('F', 'F', 'V', '1') },
/* ISO/IEC 23003-5 integer formats */
{ AV_CODEC_ID_PCM_S16BE, MOV_MP4_IPCM_TAG },

Loading…
Cancel
Save