mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-01 21:48:15 +08:00
cosmetics: indentation
Originally committed as revision 8707 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user