avcodec: split encoding chunks to frame_size portions
avcodec contains codecs that don't like variable size frames, so feed avcodec with frame_size chunks and and handle leftovers ourself. This functionality was dropped when flushing was introduced and seemed to work without just fine, I was proven wrong.
Showing
Please register or sign in to comment