avdemux: Remove unused variable

This commit is contained in:
Sebastian Dröge 2012-08-06 14:35:07 +02:00
parent 1af5b5601d
commit 0764e9600c

View file

@ -926,7 +926,7 @@ gst_ffmpegdemux_get_stream (GstFFMpegDemux * demux, AVStream * avstream)
const gchar *codec; const gchar *codec;
AVCodecContext *ctx; AVCodecContext *ctx;
GstFFStream *stream; GstFFStream *stream;
gchar *stream_id, *tmp; gchar *stream_id;
ctx = avstream->codec; ctx = avstream->codec;