Commit c403f1e8 authored by bcoudurier's avatar bcoudurier

detailed infos about d263 atom

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5952 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 631c321b
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment