Commit 0614a0e8 authored by aurel's avatar aurel

cosmetics: reindent after last commit

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7130 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent cb537e17
......@@ -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];
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment