mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-31 03:44:15 +00:00
fix indentation
Originally committed as revision 11282 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
252f17e292
commit
b356f75d46
@ -686,7 +686,7 @@ static int mov_write_video_tag(ByteIOContext *pb, MOVTrack* track)
|
||||
mov_write_avcc_tag(pb, track);
|
||||
else if(track->enc->codec_id == CODEC_ID_DNXHD)
|
||||
mov_write_avid_tag(pb, track);
|
||||
else if(track->vosLen > 0)
|
||||
else if(track->vosLen > 0)
|
||||
mov_write_glbl_tag(pb, track);
|
||||
|
||||
return updateSize (pb, pos);
|
||||
|
Loading…
Reference in New Issue
Block a user