ID3v1_TAG_SIZE 238 libavformat/id3v1.c uint8_t buf[ID3v1_TAG_SIZE]; ID3v1_TAG_SIZE 246 libavformat/id3v1.c ret = avio_read(s->pb, buf, ID3v1_TAG_SIZE); ID3v1_TAG_SIZE 247 libavformat/id3v1.c if (ret == ID3v1_TAG_SIZE) { ID3v1_TAG_SIZE 378 libavformat/mp3dec.c if(mp3->filesize > ID3v1_TAG_SIZE && pos < mp3->filesize) ID3v1_TAG_SIZE 391 libavformat/mp3dec.c if (ret >= ID3v1_TAG_SIZE && ID3v1_TAG_SIZE 392 libavformat/mp3dec.c memcmp(&pkt->data[ret - ID3v1_TAG_SIZE], "TAG", 3) == 0) ID3v1_TAG_SIZE 393 libavformat/mp3dec.c ret -= ID3v1_TAG_SIZE; ID3v1_TAG_SIZE 53 libavformat/mp3enc.c memset(buf, 0, ID3v1_TAG_SIZE); /* fail safe */ ID3v1_TAG_SIZE 436 libavformat/mp3enc.c uint8_t buf[ID3v1_TAG_SIZE]; ID3v1_TAG_SIZE 447 libavformat/mp3enc.c avio_write(s->pb, buf, ID3v1_TAG_SIZE);