more link fixes

Original commit message from CVS:
more link fixes
This commit is contained in:
Thomas Vander Stichele 2003-01-10 23:03:07 +00:00
parent b914183d97
commit 10706fe9ee

View file

@ -261,6 +261,7 @@ static void
gst_ffmpegdecall_destroy (GObject *obj)
{
GstFFMpegDecAll *ffmpegdec = GST_FFMPEGDECALL(obj);
g_print ("ffmpeg: destroying codec\n");
avcodec_close(ffmpegdec->context);
av_free(ffmpegdec->context);
}