[Libav-user] Assertion pos >= 188 mpeg ts

Anandhu anandhug at erena.in
Fri Jun 6 06:11:48 CEST 2014


 

Hi All,

 

In function handle_packet() of mpegts.c(libavformat), i got a position of
positive value which is lesser than 188. Which cause assertion failure.
Could you please tell the reason for this issue and also suggest a solution.

pos = avio_tell(ts->stream->pb); -> pos giving +ve value less than 188
av_assert0(pos >= TS_PACKET_SIZE). -> which cause assertion issue

 

Thanks,

Anandhu

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://ffmpeg.org/pipermail/libav-user/attachments/20140606/17fe1ac4/attachment.html>


More information about the Libav-user mailing list