[Ffmpeg-cvslog] r7130 - trunk/libavformat/matroska.c
aurel
subversion
Mon Nov 20 01:33:47 CET 2006
Author: aurel
Date: Mon Nov 20 01:33:47 2006
New Revision: 7130
Modified:
trunk/libavformat/matroska.c
Log:
cosmetics: reindent after last commit
Modified: trunk/libavformat/matroska.c
==============================================================================
--- trunk/libavformat/matroska.c (original)
+++ trunk/libavformat/matroska.c Mon Nov 20 01:33:47 2006
@@ -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;
+ 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];
}
More information about the ffmpeg-cvslog
mailing list