You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
fix indentation
Originally committed as revision 11282 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user