On 7/6/2017 12:54 PM, wm4 wrote:
> On Thu, 6 Jul 2017 17:08:27 +0200
> Michael Niedermayer wrote:
>
>> This function wrapped around ff_hevc_decode_extradata() and
>> export_stream_params(),
>> but from the 2 callers one needs to skip export_stream_params() so its
>> simpler to
>> directly call
On Thu, 6 Jul 2017 17:08:27 +0200
Michael Niedermayer wrote:
> This function wrapped around ff_hevc_decode_extradata() and
> export_stream_params(),
> but from the 2 callers one needs to skip export_stream_params() so its
> simpler to
> directly call the needed code.
>
> Moving the 2nd part o
This function wrapped around ff_hevc_decode_extradata() and
export_stream_params(),
but from the 2 callers one needs to skip export_stream_params() so its simpler
to
directly call the needed code.
Moving the 2nd part of the code out was suggested by wm4
Signed-off-by: Michael Niedermayer
---