52 len = strlen(tag->
value);
53 len =
FFMIN(len, maxlen);
63 uint64_t time_reference = 0;
73 time_reference = strtoll(tmp_tag->
value,
NULL, 10);
78 unsigned char umidpart_str[17] = {0};
83 for (i = 0; i < len/16; i++) {
84 memcpy(umidpart_str, tmp_tag->
value + 2 + (i*16), 16);
85 umidpart = strtoll(umidpart_str,
NULL, 16);
172 avio_wl32(pb, (uint32_t)(file_size - 8));
179 int number_of_samples;
192 #define OFFSET(x) offsetof(WAVMuxContext, x)
193 #define ENC AV_OPT_FLAG_ENCODING_PARAM
209 .mime_type =
"audio/x-wav",