cosmetics: reindent after last commit

Originally committed as revision 7130 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Aurelien Jacobs 18 years ago
parent a487d231cb
commit 9a313fe040
  1. 14
      libavformat/matroska.c

@ -2538,15 +2538,15 @@ matroska_parse_blockgroup (MatroskaDemuxContext *matroska,
} }
memcpy (pkt->data, data+slice_offset, slice_size); memcpy (pkt->data, data+slice_offset, slice_size);
if (n == 0) if (n == 0)
pkt->flags = is_keyframe; pkt->flags = is_keyframe;
pkt->stream_index = pkt->stream_index =
matroska->tracks[track]->stream_index; matroska->tracks[track]->stream_index;
pkt->pts = timecode; pkt->pts = timecode;
pkt->pos= pos; pkt->pos = pos;
matroska_queue_packet(matroska, pkt); matroska_queue_packet(matroska, pkt);
} }
data += lace_size[n]; data += lace_size[n];
} }

Loading…
Cancel
Save