summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/demuxers/demux_mpeg_block.c5
-rw-r--r--src/input/input_dvd.c7
2 files changed, 7 insertions, 5 deletions
diff --git a/src/demuxers/demux_mpeg_block.c b/src/demuxers/demux_mpeg_block.c
index caf786b35..eddc59812 100644
--- a/src/demuxers/demux_mpeg_block.c
+++ b/src/demuxers/demux_mpeg_block.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: demux_mpeg_block.c,v 1.98 2002/05/03 00:56:37 miguelfreitas Exp $
+ * $Id: demux_mpeg_block.c,v 1.99 2002/05/03 02:20:29 miguelfreitas Exp $
*
* demultiplexer for mpeg 1/2 program streams
*
@@ -1035,7 +1035,8 @@ static void demux_mpeg_block_start (demux_plugin_t *this_gen,
}
}
else {
- printf("demux_mpeg_block: unknown block size. try using demux_mpeg.\n");
+ xine_log (this->xine, XINE_LOG_MSG,
+ _("demux_mpeg_block: unknown block size. try using demux_mpeg.\n"));
this->status = DEMUX_FINISHED ;
}
pthread_mutex_unlock( &this->mutex );
diff --git a/src/input/input_dvd.c b/src/input/input_dvd.c
index 97d2889db..3d0f64fa0 100644
--- a/src/input/input_dvd.c
+++ b/src/input/input_dvd.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: input_dvd.c,v 1.47 2002/04/24 08:12:13 f1rmb Exp $
+ * $Id: input_dvd.c,v 1.48 2002/05/03 02:20:29 miguelfreitas Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -343,8 +343,9 @@ static int openDVDFile (dvd_input_plugin_t *this,
if( encrypted ) {
LOG_MSG(this->xine,
- _("\ninput_dvd: Sorry, xine doesn't play encrypted DVDs. The legal status of CSS\n"
- " decryption is unclear and we will not provide such code.\n\n"));
+ _("\ninput_dvd: Sorry, this plugin doesn't play encrypted DVDs. The legal status\n"
+ " of CSS decryption is unclear and we can't provide such code.\n"
+ " Please check http://dvd.sf.net for more information.\n"));
return 0;
}