]> git.pld-linux.org Git - packages/cinelerra.git/blame - cinelerra-ffmpeg.patch
- fixed plugindir patch
[packages/cinelerra.git] / cinelerra-ffmpeg.patch
CommitLineData
c2b776be 1Only in cinelerra-4.1.fix/bin: cinelerra
2diff -ur cinelerra-4.1.orig/cinelerra/fileac3.C cinelerra-4.1.fix/cinelerra/fileac3.C
3--- cinelerra-4.1.orig/cinelerra/fileac3.C 2010-08-25 13:18:55.974081519 +0200
4+++ cinelerra-4.1.fix/cinelerra/fileac3.C 2010-08-25 13:36:19.960436542 +0200
5@@ -19,6 +19,8 @@
6 *
7 */
8d2bbd1d 8
c2b776be 9+#define __STDC_CONSTANT_MACROS
10+
11 #include "asset.h"
8d2bbd1d 12
c2b776be 13 extern "C"
14diff -ur cinelerra-4.1.orig/cinelerra/fileffmpeg.C cinelerra-4.1.fix/cinelerra/fileffmpeg.C
15--- cinelerra-4.1.orig/cinelerra/fileffmpeg.C 2010-08-25 13:18:56.057207183 +0200
16+++ cinelerra-4.1.fix/cinelerra/fileffmpeg.C 2010-08-25 13:36:03.847102952 +0200
17@@ -19,6 +19,8 @@
18 *
19 */
20
21+#define __STDC_CONSTANT_MACROS
22+
23 #include "asset.h"
24 extern "C"
25 {
26@@ -574,7 +576,7 @@
27 case PIX_FMT_YUV420P:
28 input_cmodel = BC_YUV420P;
29 break;
30- case PIX_FMT_YUV422:
31+ case PIX_FMT_YUYV422:
32 input_cmodel = BC_YUV422;
33 break;
34 case PIX_FMT_YUV422P:
This page took 0.130246 seconds and 4 git commands to generate.