changeset 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 35f8c524864d
children 9b88b87f5921
files libmpcodecs/ad_ffmpeg.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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>