fix compiler warning

Original commit message from CVS:
fix compiler warning
This commit is contained in:
David Schleef 2004-01-02 23:42:14 +00:00
parent 87e0627bfb
commit e83494a26f

View file

@ -286,7 +286,6 @@ gst_ffmpegenc_connect (GstPad *pad,
const GstCaps *caps)
{
GstCaps *other_caps;
GstPadLinkReturn ret;
enum PixelFormat pix_fmt;
GstFFMpegEnc *ffmpegenc = (GstFFMpegEnc *) gst_pad_get_parent (pad);
GstFFMpegEncClass *oclass = (GstFFMpegEncClass *) G_OBJECT_GET_CLASS(ffmpegenc);