view osdep/shmem.h @ 17995:92c4247cc902

Trust the demuxer instead of the decoder for samplerate detection. Fixes the ffmp3_bad_rate_detection.avi sample. patch by qwen dux qwendu__at__gmail__.__com
author diego
date Thu, 30 Mar 2006 08:47:09 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


void* shmem_alloc(int size);
void shmem_free(void* p,int size);