aboutsummaryrefslogtreecommitdiff
path: root/multimedia/sabbu/files
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2010-07-24 16:38:20 +0000
committerMartin Matuska <mm@FreeBSD.org>2010-07-24 16:38:20 +0000
commitab5c533c96df6234b64e4f99978215af3f98aebc (patch)
tree187b1892fb8c00b1a03fd082eb3798992b00ee64 /multimedia/sabbu/files
parent2e88b1de64abfd339132c5718df65cdaa32379d4 (diff)
downloadports-ab5c533c96df6234b64e4f99978215af3f98aebc.tar.gz
ports-ab5c533c96df6234b64e4f99978215af3f98aebc.zip
- Update ffmpeg to 0.6
Notes
Notes: svn path=/head/; revision=258164
Diffstat (limited to 'multimedia/sabbu/files')
-rw-r--r--multimedia/sabbu/files/patch-video.cpp2
-rw-r--r--multimedia/sabbu/files/patch-video_ffmpeg.h11
2 files changed, 12 insertions, 1 deletions
diff --git a/multimedia/sabbu/files/patch-video.cpp b/multimedia/sabbu/files/patch-video.cpp
index 25f818bd7ee8..8eea1f07114d 100644
--- a/multimedia/sabbu/files/patch-video.cpp
+++ b/multimedia/sabbu/files/patch-video.cpp
@@ -50,7 +50,7 @@
+#if 0
int dst_pix_fmt = PIX_FMT_RGBA32;
+#else
-+ PixelFormat dst_pix_fmt = PIX_FMT_RGBA32;
++ PixelFormat dst_pix_fmt = PIX_FMT_RGB32;
+#endif
int got_picture;
int len;
diff --git a/multimedia/sabbu/files/patch-video_ffmpeg.h b/multimedia/sabbu/files/patch-video_ffmpeg.h
new file mode 100644
index 000000000000..3e637edef292
--- /dev/null
+++ b/multimedia/sabbu/files/patch-video_ffmpeg.h
@@ -0,0 +1,11 @@
+--- Source/video_ffmpeg.h.orig 2010-07-11 10:16:57.816240554 +0200
++++ Source/video_ffmpeg.h 2010-07-11 10:17:06.976420069 +0200
+@@ -24,7 +24,7 @@
+ PIX_FMT_BGR24, ///< Packed pixel, 3 bytes per pixel, BGRBGR...
+ PIX_FMT_YUV422P, ///< Planar YUV 4:2:2 (1 Cr & Cb sample per 2x1 Y samples)
+ PIX_FMT_YUV444P, ///< Planar YUV 4:4:4 (1 Cr & Cb sample per 1x1 Y samples)
+- PIX_FMT_RGBA32, ///< Packed pixel, 4 bytes per pixel, BGRABGRA..., stored in cpu endianness
++ PIX_FMT_RGB32, ///< Packed pixel, 4 bytes per pixel, BGRABGRA..., stored in cpu endianness
+ PIX_FMT_YUV410P, ///< Planar YUV 4:1:0 (1 Cr & Cb sample per 4x4 Y samples)
+ PIX_FMT_YUV411P, ///< Planar YUV 4:1:1 (1 Cr & Cb sample per 4x1 Y samples)
+ PIX_FMT_RGB565, ///< always stored in cpu endianness