On Fri, Jul 22, 2016 at 05:59:29PM +0200, sebechlebsky...@gmail.com wrote:
> From: Jan Sebechlebsky
>
> mpeg4_unpack_bframes_bsf bitstream filters constructs
> resulting packet using av_packet_from_data() function.
> This function however modifies only buffer (data) and leaves
> other fields unto
From: Jan Sebechlebsky
mpeg4_unpack_bframes_bsf bitstream filters constructs
resulting packet using av_packet_from_data() function.
This function however modifies only buffer (data) and leaves
other fields untouched, so the content of other fields
of the output packet is undefined.
It is working