|
From: <mar...@us...> - 2003-03-14 02:17:37
|
Update of /cvsroot/madsserv/madsserv/src/server/processor
In directory sc8-pr-cvs1:/tmp/cvs-serv12353
Modified Files:
Reencode.java
Log Message:
Fin des fichiers implementee
Index: Reencode.java
===================================================================
RCS file: /cvsroot/madsserv/madsserv/src/server/processor/Reencode.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Reencode.java 14 Mar 2003 00:10:57 -0000 1.10
--- Reencode.java 14 Mar 2003 02:17:33 -0000 1.11
***************
*** 58,62 ****
if(this.clientId < 0)
{
! System.err.println("L'ID du client n'a pas été transmis correctement.");
System.exit(0);
}
--- 58,62 ----
if(this.clientId < 0)
{
! System.err.println("L'ID du client n'a pas ete transmis correctement.");
System.exit(0);
}
***************
*** 65,69 ****
if(this.inputURL == null)
{
! System.err.println("L'URL à lire n'a pas été transmis correctement.");
System.exit(0);
}
--- 65,69 ----
if(this.inputURL == null)
{
! System.err.println("L'URL a lire n'a pas ete transmis correctement.");
System.exit(0);
}
***************
*** 73,77 ****
if((inputML = createMediaLocator(inputURL)) == null)
{
! System.err.println("Impossible de construire le MediaLocator à partir de : " + inputURL);
System.exit(0);
}
--- 73,77 ----
if((inputML = createMediaLocator(inputURL)) == null)
{
! System.err.println("Impossible de construire le MediaLocator a partir de : " + inputURL);
System.exit(0);
}
***************
*** 240,244 ****
{
this.originalVideoFormat = originalVideoFormat;
! System.out.println("Format vidéo original du fichier : " + this.originalVideoFormat.toString());
}
--- 240,244 ----
{
this.originalVideoFormat = originalVideoFormat;
! System.out.println("Format video original du fichier : " + this.originalVideoFormat.toString());
}
|