fix compiler warning
authorDavid Schleef <ds@schleef.org>
Fri, 2 Jan 2004 23:42:14 +0000 (23:42 +0000)
committerDavid Schleef <ds@schleef.org>
Fri, 2 Jan 2004 23:42:14 +0000 (23:42 +0000)
Original commit message from CVS:
fix compiler warning

ext/ffmpeg/gstffmpegenc.c

index 467fe84..34bfa23 100644 (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);