mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 20:01:53 +00:00
Accept zero-sized frames.
This commit is contained in:
parent
71827b49ba
commit
1a099c68c2
@ -89,8 +89,6 @@ public:
|
||||
return 0;
|
||||
}
|
||||
unsigned char *grab() {
|
||||
if (size == 0)
|
||||
die("memory_c::grab(): size == 0\n");
|
||||
if (is_free) {
|
||||
is_free = false;
|
||||
return data;
|
||||
|
Loading…
Reference in New Issue
Block a user