AUDIO_PKT_SIZE 140 libavformat/libgme.c int n_samples = AUDIO_PKT_SIZE / 2; AUDIO_PKT_SIZE 146 libavformat/libgme.c if ((ret = av_new_packet(pkt, AUDIO_PKT_SIZE)) < 0) AUDIO_PKT_SIZE 151 libavformat/libgme.c pkt->size = AUDIO_PKT_SIZE; AUDIO_PKT_SIZE 234 libavformat/libmodplug.c modplug->ts_per_packet = 1000*AUDIO_PKT_SIZE / (4*44100.); AUDIO_PKT_SIZE 322 libavformat/libmodplug.c if ((ret = av_new_packet(pkt, AUDIO_PKT_SIZE)) < 0) AUDIO_PKT_SIZE 328 libavformat/libmodplug.c pkt->size = ModPlug_Read(modplug->f, pkt->data, AUDIO_PKT_SIZE); AUDIO_PKT_SIZE 172 libavformat/libopenmpt.c int n_samples = AUDIO_PKT_SIZE / (openmpt->channels ? openmpt->channels*4 : 4); AUDIO_PKT_SIZE 175 libavformat/libopenmpt.c if ((ret = av_new_packet(pkt, AUDIO_PKT_SIZE)) < 0)