diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-11-18 23:46:02 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-11-18 23:46:02 +0800 |
commit | 5111ec4e0349aedfc733c33d3bc2de08e3acc374 (patch) | |
tree | 838fac740f3c5ad05dd7be2a144b5ac84620f768 /multimedia | |
parent | 983f3f0adb2c6a2fb5afe05285d5dca3ab444dce (diff) | |
download | freebsd-ports-gnome-5111ec4e0349aedfc733c33d3bc2de08e3acc374.tar.gz freebsd-ports-gnome-5111ec4e0349aedfc733c33d3bc2de08e3acc374.tar.zst freebsd-ports-gnome-5111ec4e0349aedfc733c33d3bc2de08e3acc374.zip |
- fix whitespaces
Diffstat (limited to 'multimedia')
-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 |