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 233 libavformat/libmodplug.c modplug->ts_per_packet = 1000*AUDIO_PKT_SIZE / (4*44100.); AUDIO_PKT_SIZE 320 libavformat/libmodplug.c if (av_new_packet(pkt, AUDIO_PKT_SIZE) < 0) AUDIO_PKT_SIZE 326 libavformat/libmodplug.c pkt->size = ModPlug_Read(modplug->f, pkt->data, AUDIO_PKT_SIZE);