diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-04-10 11:27:24 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-04-10 11:27:24 +0000 |
commit | 7fdcdf25a1df5e5187c191ebb44beca8dae79ac0 (patch) | |
tree | 8ae281710010362310f8b7d0bd429ab35a5578aa | |
parent | 1f1aadc37c80e16c79fbddc260fcd8006ba90b96 (diff) | |
download | ffmpeg-7fdcdf25a1df5e5187c191ebb44beca8dae79ac0.tar.gz |
cosmetics: indentation
Originally committed as revision 8707 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/matroska.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |