mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
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.
This commit is contained in:
parent
8ab9eb5fa9
commit
b250827579
2 changed files with 6 additions and 6 deletions
|
@ -1,3 +1,9 @@
|
|||
2008-02-04 Edward Hervey <edward.hervey@collabora.co.uk>
|
||||
|
||||
* ext/mpeg2enc/gstmpeg2encpicturereader.cc:
|
||||
Really fix the build.
|
||||
TODO : Apply spankOmatic2000 on thaytan's rear end.
|
||||
|
||||
2008-02-04 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* 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
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue