]> git.pld-linux.org Git - packages/gpac.git/blob - gpac-ffmpeg2.patch
248f0f7fb1cd4b12d2ec394d08d71d785542edca
[packages/gpac.git] / gpac-ffmpeg2.patch
1 Index: gpac/modules/ffmpeg_in/ffmpeg_in.h
2 ===================================================================
3 --- gpac.orig/modules/ffmpeg_in/ffmpeg_in.h
4 +++ gpac/modules/ffmpeg_in/ffmpeg_in.h
5 @@ -96,6 +96,10 @@ void gf_av_vlog(void* avcl, int level, c
6  #endif
7  
8  
9 +#ifndef AVCODEC_MAX_AUDIO_FRAME_SIZE
10 +#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000 // 1 second of 48khz 32bit audio
11 +#endif
12 +
13  
14  
15  /*FFMPEG decoder module */
This page took 0.042232 seconds and 2 git commands to generate.