aboutsummaryrefslogtreecommitdiff
path: root/multimedia/sabbu/files/patch-video_ffmpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/sabbu/files/patch-video_ffmpeg.h')
-rw-r--r--multimedia/sabbu/files/patch-video_ffmpeg.h11
1 files changed, 11 insertions, 0 deletions
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