[Ffmpeg-cvslog] r8707 - trunk/libavformat/matroska.c
aurel
subversion
Tue Apr 10 13:27:24 CEST 2007
Author: aurel
Date: Tue Apr 10 13:27:24 2007
New Revision: 8707
Modified:
trunk/libavformat/matroska.c
Log:
cosmetics: indentation
Modified: trunk/libavformat/matroska.c
==============================================================================
--- trunk/libavformat/matroska.c (original)
+++ trunk/libavformat/matroska.c Tue Apr 10 13:27:24 2007
@@ -2566,7 +2566,7 @@ matroska_parse_block(MatroskaDemuxContex
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;
More information about the ffmpeg-cvslog
mailing list