summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-01-19 02:49:31 +0000
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-01-19 02:49:31 +0000
commit84ef7559e5b19931e0c61209c1c0d7b4035a438d (patch)
treed4baeceaf93dbc4cdbd5d26007c52564a23963fa /src
parenta1bf60504168800421d3c2c59eff691e30ce8620 (diff)
downloadxine-lib-84ef7559e5b19931e0c61209c1c0d7b4035a438d.tar.gz
xine-lib-84ef7559e5b19931e0c61209c1c0d7b4035a438d.tar.bz2
Revert, and remember to flush cache.
CVS patchset: 8534 CVS date: 2007/01/19 02:49:31
Diffstat (limited to 'src')
-rw-r--r--src/xine-engine/xine_plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/xine_plugin.h b/src/xine-engine/xine_plugin.h
index 1a6ebe04e..4ddb65eda 100644
--- a/src/xine-engine/xine_plugin.h
+++ b/src/xine-engine/xine_plugin.h
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xine_plugin.h,v 1.22 2007/01/19 02:32:00 dgp85 Exp $
+ * $Id: xine_plugin.h,v 1.23 2007/01/19 02:49:31 dgp85 Exp $
*
* generic plugin definitions
*
@@ -73,7 +73,7 @@ typedef struct {
/* special_info for a decoder plugin */
typedef struct {
- const uint32_t *supported_types; /* streamtypes this decoder can handle */
+ uint32_t *supported_types; /* streamtypes this decoder can handle */
int priority;
} decoder_info_t;