XING_SIZE         197 libavformat/mp3enc.c         bytes_needed     = mp3->xing_offset + XING_SIZE;
XING_SIZE         423 libavformat/mp3enc.c     AV_WB32(mp3->xing_frame + mp3->xing_offset + XING_SIZE - 8, mp3->audio_size);
XING_SIZE         424 libavformat/mp3enc.c     AV_WB16(mp3->xing_frame + mp3->xing_offset + XING_SIZE - 4, mp3->audio_crc);
XING_SIZE         427 libavformat/mp3enc.c     AV_WB16(mp3->xing_frame + mp3->xing_offset + XING_SIZE - 2, tag_crc);