]> git.sesse.net Git - vlc/blobdiff - modules/codec/ffmpeg/postprocessing/postprocessing.h
* include/vlc_common.h:
[vlc] / modules / codec / ffmpeg / postprocessing / postprocessing.h
index cc6a72adc28af7130bc91072d4a95549a3ade7d0..d73745c192bd80b4ae9ce2108ab772b6f3f8195b 100644 (file)
@@ -2,15 +2,15 @@
  * postprocessing.h
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: postprocessing.h,v 1.2 2002/11/10 02:47:27 fenrir Exp $
+ * $Id: postprocessing.h,v 1.3 2003/10/25 00:49:14 sam Exp $
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
- * 
+ *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 typedef struct postprocessing_s
 {
     VLC_COMMON_MEMBERS
-    
+
     module_t * p_module;
-    
-    u32 (*pf_getmode)( int i_quality, int b_autolevel );
+
+    uint32_t (*pf_getmode)( int i_quality, int b_autolevel );
 
     int (*pf_postprocess)( picture_t *p_pic,
                            QT_STORE_T *p_QP_store, unsigned int i_QP_stride,