mpegts.c ( libavformat ) の関数handle_packet()
で、188 より小さい正の値の位置を取得しました。これにより、アサーション エラーが発生しました。この問題の理由と解決策を教えてください。
pos = avio_tell(ts->stream->pb); // pos giving +ve value less than 188
av_assert0(pos >= TS_PACKET_SIZE). // which cause assertion issue