Ticket #194: isom.diff

File isom.diff, 636 bytes (added by ami_stuff, 15 years ago)
  • libavformat/isom.c

    diff --git a/libavformat/isom.c b/libavformat/isom.c
    index 76a7082..dc0f6f0 100644
    a b const AVCodecTag codec_movvideo_tags[] = {  
    8282    { CODEC_ID_RAWVIDEO, MKTAG('b', '1', '6', 'g') },
    8383    { CODEC_ID_RAWVIDEO, MKTAG('b', '4', '8', 'r') },
    8484
     85    { CODEC_ID_R10K,   MKTAG('R', '1', '0', 'g') }, /* UNCOMPRESSED 10BIT RGB */
    8586    { CODEC_ID_R10K,   MKTAG('R', '1', '0', 'k') }, /* UNCOMPRESSED 10BIT RGB */
    8687    { CODEC_ID_R210,   MKTAG('r', '2', '1', '0') }, /* UNCOMPRESSED 10BIT RGB */
    8788    { CODEC_ID_V210,   MKTAG('v', '2', '1', '0') }, /* UNCOMPRESSED 10BIT 4:2:2 */