TS_FEC_PACKET_SIZE  379 libavformat/mpegts.c     if (size < (TS_FEC_PACKET_SIZE * 5 + 1))
TS_FEC_PACKET_SIZE  384 libavformat/mpegts.c     fec_score= analyze(buf, size, TS_FEC_PACKET_SIZE, NULL);
TS_FEC_PACKET_SIZE  389 libavformat/mpegts.c     else if(score < fec_score && dvhs_score < fec_score) return TS_FEC_PACKET_SIZE;
TS_FEC_PACKET_SIZE 1197 libavformat/mpegts.c     int check_count= size / TS_FEC_PACKET_SIZE;
TS_FEC_PACKET_SIZE 1205 libavformat/mpegts.c     fec_score = analyze(p->buf, TS_FEC_PACKET_SIZE *check_count, TS_FEC_PACKET_SIZE , NULL)*CHECK_COUNT/check_count;