diff x11grab.c @ 1760:8cba5672faa4 libavformat

Replace deprecated PIX_FMT names by the newer variants.
author diego
date Wed, 07 Feb 2007 01:48:09 +0000
parents d0a97c73ee97
children eb16c64144ee
line wrap: on
line diff
--- a/x11grab.c	Tue Feb 06 19:14:16 2007 +0000
+++ b/x11grab.c	Wed Feb 07 01:48:09 2007 +0000
@@ -221,7 +221,7 @@
             return AVERROR_IO;
         }
 #endif
-        input_pixfmt = PIX_FMT_RGBA32;
+        input_pixfmt = PIX_FMT_RGB32;
         break;
     default:
         av_log(s1, AV_LOG_ERROR, "image depth %i not supported ... aborting\n", image->bits_per_pixel);