diff options
author | N.N. <sevyves@users.sourceforge.net> | 2006-02-27 01:04:09 +0000 |
---|---|---|
committer | N.N. <sevyves@users.sourceforge.net> | 2006-02-27 01:04:09 +0000 |
commit | a7a6b80220ec682ad616fd2cb34ffdf7f9091df0 (patch) | |
tree | 0027e98af36f8a63bbf1f0f94bc48bf4c8b174b0 | |
parent | c5bfff939be0ffa5d32d378e6970fc5aed675f8c (diff) |
fix by michael aschauer
svn path=/trunk/externals/pidip/; revision=4618
-rw-r--r-- | modules/pdp_theonice~.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/pdp_theonice~.c b/modules/pdp_theonice~.c index 42552bf..af022ca 100644 --- a/modules/pdp_theonice~.c +++ b/modules/pdp_theonice~.c @@ -488,6 +488,7 @@ static int pdp_theonice_start(t_pdp_theonice *x) return ret; } post("pdp_theonice~ : start streaming at %d frames/second", x->x_framerate); + return 0; } /* set password */ @@ -1009,7 +1010,7 @@ static void pdp_theonice_process_yv12(t_pdp_theonice *x) { if ( gettimeofday(&x->x_tprevstream, NULL) == -1) { - post("pdp_theonice~ : could set start time" ); + post("pdp_theonice~ : couldn't set start time" ); } } |