projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac9073c
)
cosmetic: indent after last commit
author
Aurelien Jacobs
<aurel@gnuage.org>
Sun, 11 Mar 2007 23:44:13 +0000
(23:44 +0000)
committer
Aurelien Jacobs
<aurel@gnuage.org>
Sun, 11 Mar 2007 23:44:13 +0000
(23:44 +0000)
Originally committed as revision 8335 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/matroska.c
patch
|
blob
|
history
diff --git
a/libavformat/matroska.c
b/libavformat/matroska.c
index
e74bf3d
..
bd34e81
100644
(file)
--- a/
libavformat/matroska.c
+++ b/
libavformat/matroska.c
@@
-2594,7
+2594,7
@@
matroska_parse_block(MatroskaDemuxContext *matroska, uint8_t *data, int size,
if (matroska->tracks[track]->flags & MATROSKA_TRACK_REORDER)
matroska_queue_packet_reordered(matroska, pkt, is_bframe);
else
- matroska_queue_packet(matroska, pkt);
+
matroska_queue_packet(matroska, pkt);
}
data += lace_size[n];
}