]> git.pld-linux.org Git - packages/gtatool.git/blame - ffmpeg2.patch
- release 6 (by relup.sh)
[packages/gtatool.git] / ffmpeg2.patch
CommitLineData
3d11a131
JR
1--- gtatool-1.5.2/src/conv-ffmpeg/media_object.cpp~ 2013-04-28 20:24:13.884124701 +0200
2+++ gtatool-1.5.2/src/conv-ffmpeg/media_object.cpp 2013-08-29 17:43:44.081721565 +0200
3@@ -149,6 +149,9 @@
4
5 // Hide the FFmpeg stuff so that their messy header files cannot cause problems
6 // in other source files.
7+#ifndef AVCODEC_MAX_AUDIO_FRAME_SIZE
8+#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000
9+#endif
10
11 static const size_t audio_tmpbuf_size = (AVCODEC_MAX_AUDIO_FRAME_SIZE * 3) / 2;
12
This page took 0.08593 seconds and 4 git commands to generate.