summaryrefslogtreecommitdiff
path: root/src/post/deinterlace/xine_plugin.c
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-06-21 11:28:04 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-06-21 11:28:04 +0000
commit8be40344a6887c16b307bd3b25189b0b6c3fce84 (patch)
tree9ae6f94725b2c2202718fc1039e19475304d6b95 /src/post/deinterlace/xine_plugin.c
parentd193577656d974795040f1685b4f7fae59bdd6b5 (diff)
downloadxine-lib-8be40344a6887c16b307bd3b25189b0b6c3fce84.tar.gz
xine-lib-8be40344a6887c16b307bd3b25189b0b6c3fce84.tar.bz2
adopt xine coding guidelines
CVS patchset: 5082 CVS date: 2003/06/21 11:28:04
Diffstat (limited to 'src/post/deinterlace/xine_plugin.c')
-rw-r--r--src/post/deinterlace/xine_plugin.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/post/deinterlace/xine_plugin.c b/src/post/deinterlace/xine_plugin.c
index deef56239..a9440ae5b 100644
--- a/src/post/deinterlace/xine_plugin.c
+++ b/src/post/deinterlace/xine_plugin.c
@@ -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.c,v 1.6 2003/06/18 01:27:50 miguelfreitas Exp $
+ * $Id: xine_plugin.c,v 1.7 2003/06/21 11:28:04 mroi Exp $
*
* advanced video deinterlacer plugin
* Jun/2003 by Miguel Freitas
@@ -259,8 +259,8 @@ static void *deinterlace_init_plugin(xine_t *xine, void *data)
*/
filter_deinterlace_methods( config_flags, 5 /*fieldsavailable*/ );
if( !get_num_deinterlace_methods() ) {
- fprintf( stderr, "tvtime: No deinterlacing methods "
- "available, exiting.\n" );
+ printf( "tvtime: No deinterlacing methods "
+ "available, exiting.\n" );
return NULL;
}