during av_interleaved_write_frame() when the program reaches
compute_pkt_fields2() it returns -1 bcz of :
if(st->cur_dts && st->cur_dts != AV_NOPTS_VALUE && st->cur_dts >=
pkt->dts){}
can anybody tell me how to fix it i am muxing 3 streams and only 2 streams
get done and the 3rd has about 90% error return from
av_interleaved_write_frame() bcz of st->cur_dts>=pkt->dts
i have checked and st->cur_dts does have a larger value than pkt->dts
help please
-- 
View this message in context: 
http://n4.nabble.com/problem-in-compute-pkt-fields2-tp1584457p1584457.html
Sent from the libav-users mailing list archive at Nabble.com.
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to