mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
cosmetics: indentation
Originally committed as revision 8707 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
1f1aadc37c
commit
7fdcdf25a1
@ -2566,7 +2566,7 @@ matroska_parse_block(MatroskaDemuxContext *matroska, uint8_t *data, int size,
|
||||
pkt->pos = pos;
|
||||
pkt->duration = duration;
|
||||
|
||||
matroska_queue_packet(matroska, pkt);
|
||||
matroska_queue_packet(matroska, pkt);
|
||||
|
||||
if (timecode != AV_NOPTS_VALUE)
|
||||
timecode = duration ? timecode + duration : AV_NOPTS_VALUE;
|
||||
|
Loading…
Reference in New Issue
Block a user