DEFAULT_PES_PAYLOAD_SIZE  178 libavformat/mpegtsenc.c     uint8_t payload[DEFAULT_PES_PAYLOAD_SIZE];
DEFAULT_PES_PAYLOAD_SIZE  459 libavformat/mpegtsenc.c         total_bit_rate * 25 / (8 * DEFAULT_PES_PAYLOAD_SIZE) + /* PES header size */
DEFAULT_PES_PAYLOAD_SIZE  716 libavformat/mpegtsenc.c     max_payload_size = DEFAULT_PES_PAYLOAD_SIZE;