Browse Source

cosmetics: indentation

Originally committed as revision 8707 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Aurelien Jacobs 19 years ago
parent
commit
7fdcdf25a1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/matroska.c

+ 1
- 1
libavformat/matroska.c 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;


Loading…
Cancel
Save