mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
indention
Originally committed as revision 5950 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
5997ed786a
commit
915282e5b8
@ -606,14 +606,14 @@ static int mov_write_video_tag(ByteIOContext *pb, MOVTrack* track)
|
||||
put_be16(pb, 0); /* Codec stream version */
|
||||
put_be16(pb, 0); /* Codec stream revision (=0) */
|
||||
if (track->mode == MODE_MOV) {
|
||||
put_tag(pb, "FFMP"); /* Vendor */
|
||||
if(track->enc->codec_id == CODEC_ID_RAWVIDEO) {
|
||||
put_be32(pb, 0); /* Temporal Quality */
|
||||
put_be32(pb, 0x400); /* Spatial Quality = lossless*/
|
||||
} else {
|
||||
put_be32(pb, 0x200); /* Temporal Quality = normal */
|
||||
put_be32(pb, 0x200); /* Spatial Quality = normal */
|
||||
}
|
||||
put_tag(pb, "FFMP"); /* Vendor */
|
||||
if(track->enc->codec_id == CODEC_ID_RAWVIDEO) {
|
||||
put_be32(pb, 0); /* Temporal Quality */
|
||||
put_be32(pb, 0x400); /* Spatial Quality = lossless*/
|
||||
} else {
|
||||
put_be32(pb, 0x200); /* Temporal Quality = normal */
|
||||
put_be32(pb, 0x200); /* Spatial Quality = normal */
|
||||
}
|
||||
} else {
|
||||
put_be32(pb, 0); /* Reserved */
|
||||
put_be32(pb, 0); /* Reserved */
|
||||
|
Loading…
Reference in New Issue
Block a user