summaryrefslogtreecommitdiff
path: root/multimedia/sabbu
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-11-18 15:46:02 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-11-18 15:46:02 +0000
commitf6dd1c011f453e6e0ae949f6f191a889f9f802e9 (patch)
tree4f64398a683fa34c63993d79ae78a909654a57c4 /multimedia/sabbu
parent- Update to 0.9.14.1 (diff)
- fix whitespaces
Notes
Notes: svn path=/head/; revision=264777
Diffstat (limited to 'multimedia/sabbu')
-rw-r--r--multimedia/sabbu/files/patch-video_ffmpeg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/sabbu/files/patch-video_ffmpeg.h b/multimedia/sabbu/files/patch-video_ffmpeg.h
index 3e637edef292..9d4ceea6d151 100644
--- a/multimedia/sabbu/files/patch-video_ffmpeg.h
+++ b/multimedia/sabbu/files/patch-video_ffmpeg.h
@@ -1,11 +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
+--- Source/video_ffmpeg.h.orig 2005-03-08 01:23:58.000000000 +0100
++++ Source/video_ffmpeg.h 2010-08-15 08:11:13.000000000 +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_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