Commit 52c1fab8 authored by aurel's avatar aurel

cosmetic: indent after last commit

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8335 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d286f2a3
......@@ -2594,7 +2594,7 @@ matroska_parse_block(MatroskaDemuxContext *matroska, uint8_t *data, int size,
if (matroska->tracks[track]->flags & MATROSKA_TRACK_REORDER)
matroska_queue_packet_reordered(matroska, pkt, is_bframe);
else
matroska_queue_packet(matroska, pkt);
matroska_queue_packet(matroska, pkt);
}
data += lace_size[n];
}
......
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