Lines Matching refs:write
18 * License along with FFmpeg; if not, write to the Free Software
131 /* number of attached pictures we still need to write */
243 // we write it, because some (broken) tools always expect it to be present
385 int ret = 0, write = 1;
392 if (write && (ret = mp3_write_audio_packet(s, pkt)) < 0)
393 write = 0;
424 /* write replaygain */
448 /* write encoder delay/padding */
481 /* write the id3v1 tag */
504 { "id3v2_version", "Select ID3v2 version to write. Currently 3 and 4 are supported.",