]> git.sesse.net Git - ffmpeg/commit
avdevice/decklink_dec: use a custom memory allocator
authorMarton Balint <cus@passwd.hu>
Mon, 4 Jun 2018 08:02:46 +0000 (10:02 +0200)
committerMarton Balint <cus@passwd.hu>
Tue, 12 Jun 2018 22:09:48 +0000 (00:09 +0200)
commit643123b29d4072f27be9b348d03069b648dbddf9
tree818682e7ecbe871f56f8f04bd872719e5ba62a5d
parent8a0c2901f1fa1cd4b2cf8f347840e4465d65cbae
avdevice/decklink_dec: use a custom memory allocator

The default memory allocator is limited in the max number of frames available,
and therefore caused frame drops if the frames were not freed fast enough.

Signed-off-by: Marton Balint <cus@passwd.hu>
libavdevice/decklink_dec.cpp