Browse Source

detailed infos about d263 atom

Originally committed as revision 5952 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Baptiste Coudurier 19 years ago
parent
commit
87494ea03c
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      libavformat/movenc.c

+ 4
- 2
libavformat/movenc.c View File

@@ -397,8 +397,10 @@ static int mov_write_d263_tag(ByteIOContext *pb)
put_be32(pb, 0xf); /* size */
put_tag(pb, "d263");
put_tag(pb, "FFMP");
put_be16(pb, 0x0a);
put_byte(pb, 0);
put_byte(pb, 0); /* decoder version */
/* FIXME use AVCodecContext level/profile, when encoder will set values */
put_byte(pb, 0xa); /* level */
put_byte(pb, 0); /* profile */
return 0xf;
}



Loading…
Cancel
Save