mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
cosmetic: indentation
Originally committed as revision 10128 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -1100,7 +1100,7 @@ matroska_add_stream (MatroskaDemuxContext *matroska)
|
||||
&num)) < 0)
|
||||
break;
|
||||
if (!track->default_duration)
|
||||
track->default_duration = 1000000000/num;
|
||||
track->default_duration = 1000000000/num;
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user