]> git.sesse.net Git - ffmpeg/commit
avformat/matroskadec: Fix probing of unknown-length headers
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 16 May 2019 22:30:17 +0000 (00:30 +0200)
committerJames Almer <jamrial@gmail.com>
Tue, 16 Jul 2019 19:17:00 +0000 (16:17 -0300)
commit9c6d14ab84e424bdb99a1a4b499311ecf8687ceb
tree7d0930fede59d103afa7ee1e12e373037cbba1fc
parent3c70b941d5d1f756cf4e141c3c7ee921478ec300
avformat/matroskadec: Fix probing of unknown-length headers

matroska_probe did not support the case of an unknown-length EBML header
at all; given that libavformat's Matroska muxer used to produce such
files in the streaming case, support for them has been added.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/matroskadec.c