Commit 63f5898d authored by bcoudurier's avatar bcoudurier

fix indentation

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11282 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4e941bdf
......@@ -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);
......
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