Commit 7fdcdf25 authored by Aurelien Jacobs's avatar Aurelien Jacobs

cosmetics: indentation

Originally committed as revision 8707 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 1f1aadc3
......@@ -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;
......
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