Browse Source

isom: add "MNG" FourCC

tags/n2.3
Piotr Bandurski Vittorio Giovara 13 years ago
parent
commit
db32f14c3d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/isom.c

+ 1
- 0
libavformat/isom.c View File

@@ -213,6 +213,7 @@ const AVCodecTag ff_codec_movvideo_tags[] = {
{ AV_CODEC_ID_TIFF, MKTAG('t', 'i', 'f', 'f') }, /* TIFF embedded in MOV */
{ AV_CODEC_ID_GIF, MKTAG('g', 'i', 'f', ' ') }, /* embedded gif files as frames (usually one "click to play movie" frame) */
{ AV_CODEC_ID_PNG, MKTAG('p', 'n', 'g', ' ') },
{ AV_CODEC_ID_PNG, MKTAG('M', 'N', 'G', ' ') },

{ AV_CODEC_ID_VC1, MKTAG('v', 'c', '-', '1') }, /* SMPTE RP 2025 */
{ AV_CODEC_ID_CAVS, MKTAG('a', 'v', 's', '2') },


Loading…
Cancel
Save