Mercurial > mplayer.hg
diff libmpcodecs/ad_ffmpeg.c @ 35863:2e8a3822bd84
Define AVCODEC_MAX_AUDIO_FRAME_SIZE.
This is definitely not correct but fixes compilation
with current FFmpeg until a correct solution is implemented.
| author | cehoyos |
|---|---|
| date | Tue, 12 Mar 2013 21:46:01 +0000 |
| parents | 8517826b0dbd |
| children | 3dfc82c0a678 |
line wrap: on
line diff
--- a/libmpcodecs/ad_ffmpeg.c Tue Mar 12 21:37:44 2013 +0000 +++ b/libmpcodecs/ad_ffmpeg.c Tue Mar 12 21:46:01 2013 +0000 @@ -15,6 +15,7 @@ * with MPlayer; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000 #include <stdio.h> #include <stdlib.h>
