From 7fdcdf25a1df5e5187c191ebb44beca8dae79ac0 Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Tue, 10 Apr 2007 11:27:24 +0000 Subject: cosmetics: indentation Originally committed as revision 8707 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/matroska.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/matroska.c') diff --git a/libavformat/matroska.c b/libavformat/matroska.c index a8a855f630..0b03403de8 100644 --- a/libavformat/matroska.c +++ b/libavformat/matroska.c @@ -2566,7 +2566,7 @@ matroska_parse_block(MatroskaDemuxContext *matroska, uint8_t *data, int size, pkt->pos = pos; pkt->duration = duration; - matroska_queue_packet(matroska, pkt); + matroska_queue_packet(matroska, pkt); if (timecode != AV_NOPTS_VALUE) timecode = duration ? timecode + duration : AV_NOPTS_VALUE; -- cgit v1.2.3