[xiph-commits] r7169 - trunk/ffmpeg2theora

j at dactyl.lonelymoon.com j
Sat Jul 17 00:38:45 PDT 2004


Author: j
Date: Sat Jul 17 00:38:45 2004
New Revision: 7169

Modified:
trunk/ffmpeg2theora/ffmpeg2theora.c
Log:
remove debug fprintf

Modified: trunk/ffmpeg2theora/ffmpeg2theora.c
===================================================================
--- trunk/ffmpeg2theora/ffmpeg2theora.c	2004-07-17 06:01:13 UTC (rev 7168)
+++ trunk/ffmpeg2theora/ffmpeg2theora.c	2004-07-17 07:38:37 UTC (rev 7169)
@@ -191,7 +191,6 @@
(this->frame_leftBand || this->frame_rightBand || this->frame_topBand || this->frame_bottomBand) ){
this->output_height=venc->height-
this->frame_topBand-this->frame_bottomBand;
-			fprintf(stderr,"bla bal\n");
}
if(this->output_width==0 &&
(this->frame_leftBand || this->frame_rightBand || this->frame_topBand || this->frame_bottomBand) ){
@@ -223,10 +222,7 @@
fprintf(stderr,"  Frame Aspect Ratio: %.2f/1\n",frame_aspect);

}
-		if(this->output_height>0 || this->output_width>0 ||
-			this->frame_topBand || this->frame_bottomBand ||
-			this->frame_leftBand || this->frame_rightBand
-			){
+		if(this->output_height>0 || this->output_width>0){
// we might need that for values other than /16?
int frame_padtop=0, frame_padbottom=0;
int frame_padleft=0, frame_padright=0;



More information about the commits mailing list