summaryrefslogtreecommitdiff
path: root/src/post/deinterlace/tvtime.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/tvtime.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/tvtime.c')
-rw-r--r--src/post/deinterlace/tvtime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/post/deinterlace/tvtime.c b/src/post/deinterlace/tvtime.c
index fd749e24d..5f3e66281 100644
--- a/src/post/deinterlace/tvtime.c
+++ b/src/post/deinterlace/tvtime.c
@@ -234,7 +234,7 @@ int tvtime_build_deinterlaced_frame( tvtime_t *this, uint8_t *output,
if( !pderror ) {
// We're in pulldown, reverse it.
if( !filmmode ) {
- fprintf( stderr, "Film mode enabled.\n" );
+ printf( "Film mode enabled.\n" );
filmmode = 1;
}
@@ -252,7 +252,7 @@ int tvtime_build_deinterlaced_frame( tvtime_t *this, uint8_t *output,
return 1;
} else {
if( filmmode ) {
- fprintf( stderr, "Film mode disabled.\n" );
+ printf( "Film mode disabled.\n" );
filmmode = 0;
}
}