avcodec: use block_Realloc() on input blocks.
This kills a memory copy in most cases (FFMPEG input padding is the same as VLC block padding, at least on my system).
Showing
Please register or sign in to comment
This kills a memory copy in most cases (FFMPEG input padding is the same as VLC block padding, at least on my system).