diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-11-18 15:46:02 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-11-18 15:46:02 +0000 |
commit | f6dd1c011f453e6e0ae949f6f191a889f9f802e9 (patch) | |
tree | 4f64398a683fa34c63993d79ae78a909654a57c4 /multimedia/sabbu | |
parent | 2abe73dc0f39ba266b9e427b3dd3253ee6a600f8 (diff) | |
download | ports-f6dd1c011f453e6e0ae949f6f191a889f9f802e9.tar.gz ports-f6dd1c011f453e6e0ae949f6f191a889f9f802e9.zip |
Notes
Diffstat (limited to 'multimedia/sabbu')
-rw-r--r-- | multimedia/sabbu/files/patch-video_ffmpeg.h | 6 |
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 |