diff gui/wm/ws.c @ 35707:4ba6b8d3197e

Replace PixelFormat and PIX_FMT_FOO by their AV_-prefixed counterparts.
author diego
date Sun, 20 Jan 2013 18:18:33 +0000
parents a1d362602a70
children 168aae142525
line wrap: on
line diff
--- a/gui/wm/ws.c	Sun Jan 20 18:18:31 2013 +0000
+++ b/gui/wm/ws.c	Sun Jan 20 18:18:33 2013 +0000
@@ -92,7 +92,7 @@
     pixel <<= 5; \
     pixel  |= (r >> 3)
 
-static enum PixelFormat out_pix_fmt = PIX_FMT_NONE;
+static enum AVPixelFormat out_pix_fmt = PIX_FMT_NONE;
 
 /* --- */