]> git.sesse.net Git - ffmpeg/commit
avformat/matroskadec: Use bytestream API instead of AVIOContext
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 3 Dec 2019 17:09:05 +0000 (18:09 +0100)
committerJames Almer <jamrial@gmail.com>
Thu, 5 Dec 2019 02:11:37 +0000 (23:11 -0300)
commit668490ac981be1501652ebdfd633a498cb99ec2d
tree0ec31cf8b98ff4161b1942a79c7872be5bf8f792
parenteec26b5911626edef1d736f2d06e8d0ddd8ade2a
avformat/matroskadec: Use bytestream API instead of AVIOContext

It avoids the overhead of function calls.

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