extract ebml_read_binary() out of matroska_parse_block()
authorAurelien Jacobs <aurel@gnuage.org>
Sun, 11 Mar 2007 22:54:15 +0000 (22:54 +0000)
committerAurelien Jacobs <aurel@gnuage.org>
Sun, 11 Mar 2007 22:54:15 +0000 (22:54 +0000)
commit4d41f3eea069a418139b2d2ef74dfc48a3e01aaf
tree28e86538d643e2c200e229ffcddf71f9f83b67c0
parent12f3278dc50273c39c35ea5c154862268b4208bb
extract ebml_read_binary() out of matroska_parse_block()
This allows to read all the blockgroup parameters before
parsing the block itself.

Originally committed as revision 8331 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/matroska.c