[Libav-user] Demuxer not giving proper data to decoder ?

ssshukla26 ssshukla26 at gmail.com
Thu Sep 15 16:21:21 EEST 2016


under *./libavcodec/hevc_mp4toannexb_bsf.c* there is note as below.

When private_spspps is zero then spspps_buf points to global extradata and
bsf does replace a global extradata to own-allocated version (default
behaviour).

When private_spspps is non-zero the bsf uses a private version of spspps
buf. This mode necessary when bsf *uses in decoder*, else bsf has issues
after decoder re-initialization. Use the "*private_spspps_buf*" argument to
activate this mode.



--
View this message in context: http://libav-users.943685.n4.nabble.com/Libav-user-Demuxer-not-giving-proper-data-to-decoder-tp4662628p4662662.html
Sent from the libav-users mailing list archive at Nabble.com.


More information about the Libav-user mailing list