While testing the loop filter for #304, I observed an access violation when assigning a new filter when file is already EOF. We send a NULL frame to enter draining mode, but because the filter is not yet initialized, it tries to initialize from NULL frame and crashes.
While testing the loop filter for #304, I observed an access violation when assigning a new filter when file is already EOF. We send a NULL frame to enter draining mode, but because the filter is not yet initialized, it tries to initialize from NULL frame and crashes.