mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-08-02 22:20:46 +00:00
cosmetic: indent after last commit
Originally committed as revision 8335 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user