summaryrefslogtreecommitdiff
path: root/libavformat/matroska.c
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2006-11-20 00:33:47 +0000
committerAurelien Jacobs <aurel@gnuage.org>2006-11-20 00:33:47 +0000
commit9a313fe04076f5b04d1c64543b6873af70e8713c (patch)
tree8a928ce4bf5818336314b941147a444a8a930b2c /libavformat/matroska.c
parenta487d231cbf75e60f7b731ba26b99d383c165abc (diff)
cosmetics: reindent after last commit
Originally committed as revision 7130 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/matroska.c')
-rw-r--r--libavformat/matroska.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/libavformat/matroska.c b/libavformat/matroska.c
index 7411bd9f94..dd9f0625b9 100644
--- a/libavformat/matroska.c
+++ b/libavformat/matroska.c
@@ -2538,15 +2538,15 @@ matroska_parse_blockgroup (MatroskaDemuxContext *matroska,
}
memcpy (pkt->data, data+slice_offset, slice_size);
- if (n == 0)
- pkt->flags = is_keyframe;
- pkt->stream_index =
- matroska->tracks[track]->stream_index;
+ if (n == 0)
+ pkt->flags = is_keyframe;
+ pkt->stream_index =
+ matroska->tracks[track]->stream_index;
- pkt->pts = timecode;
- pkt->pos= pos;
+ pkt->pts = timecode;
+ pkt->pos = pos;
- matroska_queue_packet(matroska, pkt);
+ matroska_queue_packet(matroska, pkt);
}
data += lace_size[n];
}