summaryrefslogtreecommitdiffstats
path: root/ext/mpeg2enc
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2008-02-04 16:22:11 +0000
committerEdward Hervey <bilboed@bilboed.com>2008-02-04 16:22:11 +0000
commitb250827579883fb7597ed13cf9f396541697209b (patch)
tree85700e5c47cc95fd13fff78b55f2492776392101 /ext/mpeg2enc
parent8ab9eb5fa95a913a1a4ff9a773d0073b17b481f5 (diff)
downloadgst-plugins-bad-b250827579883fb7597ed13cf9f396541697209b.tar.gz
gst-plugins-bad-b250827579883fb7597ed13cf9f396541697209b.tar.bz2
gst-plugins-bad-b250827579883fb7597ed13cf9f396541697209b.zip
ext/mpeg2enc/gstmpeg2encpicturereader.cc: Really fix the build.
Original commit message from CVS: * ext/mpeg2enc/gstmpeg2encpicturereader.cc: Really fix the build. TODO : Apply spankOmatic2000 on thaytan's rear end.
Diffstat (limited to 'ext/mpeg2enc')
-rw-r--r--ext/mpeg2enc/gstmpeg2encpicturereader.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/mpeg2enc/gstmpeg2encpicturereader.cc b/ext/mpeg2enc/gstmpeg2encpicturereader.cc
index 35b599dd..6b09bd1c 100644
--- a/ext/mpeg2enc/gstmpeg2encpicturereader.cc
+++ b/ext/mpeg2enc/gstmpeg2encpicturereader.cc
@@ -98,14 +98,8 @@ GstMpeg2EncPictureReader::StreamPictureParams (MPEG2EncInVidParams & strm)
strm.aspect_ratio_code = mpeg_guess_mpeg_aspect_code (2, par,
strm.horizontal_size, strm.vertical_size);
-#ifdef GST_MJPEGTOOLS_19x
- GST_DEBUG_OBJECT (element, "Guessing aspect ratio code for PAR %d/%d "
- "MPEG version %d yielded: %d", par.n, par.d, mpeg_version,
- strm.aspect_ratio_code);
-#else
GST_DEBUG_OBJECT (element, "Guessing aspect ratio code for PAR %d/%d "
"yielded: %d", par.n, par.d, strm.aspect_ratio_code);
-#endif
}
/*