[FFmpeg-cvslog] Revert "sws: support endianness conversion for AV_PIX_FMT_RGBA64"

Michael Niedermayer git at videolan.org
Sun May 12 15:13:34 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun May 12 15:05:25 2013 +0200| [63725d158d34f8c57c9baa4ec6138d8c70d77581] | committer: Michael Niedermayer

Revert "sws: support endianness conversion for AV_PIX_FMT_RGBA64"

This reverts commit 23f7b14f2851d1d1a969c12b7e337826f0c74a43.

This commit broke fate

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=63725d158d34f8c57c9baa4ec6138d8c70d77581
---

 libswscale/utils.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libswscale/utils.c b/libswscale/utils.c
index 2fddebf..b372e96 100644
--- a/libswscale/utils.c
+++ b/libswscale/utils.c
@@ -138,8 +138,8 @@ static const FormatEntry format_entries[AV_PIX_FMT_NB] = {
     [AV_PIX_FMT_YUVA444P16LE]= { 1, 1 },
     [AV_PIX_FMT_RGB48BE]     = { 1, 1 },
     [AV_PIX_FMT_RGB48LE]     = { 1, 1 },
-    [AV_PIX_FMT_RGBA64BE]    = { 1, 0, 1 },
-    [AV_PIX_FMT_RGBA64LE]    = { 1, 0, 1 },
+    [AV_PIX_FMT_RGBA64BE]    = { 1, 0 },
+    [AV_PIX_FMT_RGBA64LE]    = { 1, 0 },
     [AV_PIX_FMT_RGB565BE]    = { 1, 1 },
     [AV_PIX_FMT_RGB565LE]    = { 1, 1 },
     [AV_PIX_FMT_RGB555BE]    = { 1, 1 },



More information about the ffmpeg-cvslog mailing list