Mercurial > libavformat.hg
changeset 1533:15482c2cd208 libavformat
cosmetics: reindent after last commit
author | aurel |
---|---|
date | Mon, 20 Nov 2006 00:33:47 +0000 |
parents | 4eb3d2701215 |
children | 4bf9dc98e127 |
files | matroska.c |
diffstat | 1 files changed, 9 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/matroska.c Mon Nov 20 00:31:59 2006 +0000 +++ b/matroska.c Mon Nov 20 00:33:47 2006 +0000 @@ -2538,15 +2538,15 @@ } memcpy (pkt->data, data+slice_offset, slice_size); - if (n == 0) - pkt->flags = is_keyframe; - pkt->stream_index = - matroska->tracks[track]->stream_index; - - pkt->pts = timecode; - pkt->pos= pos; - - matroska_queue_packet(matroska, pkt); + if (n == 0) + pkt->flags = is_keyframe; + pkt->stream_index = + matroska->tracks[track]->stream_index; + + pkt->pts = timecode; + pkt->pos = pos; + + matroska_queue_packet(matroska, pkt); } data += lace_size[n]; }