cosmetics: indentation

Originally committed as revision 8707 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Aurelien Jacobs 2007-04-10 11:27:24 +00:00
parent 1f1aadc37c
commit 7fdcdf25a1
1 changed files with 1 additions and 1 deletions

View File

@ -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;