mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
avdemux: Remove unused variable
This commit is contained in:
parent
1af5b5601d
commit
0764e9600c
1 changed files with 1 additions and 1 deletions
|
@ -926,7 +926,7 @@ gst_ffmpegdemux_get_stream (GstFFMpegDemux * demux, AVStream * avstream)
|
|||
const gchar *codec;
|
||||
AVCodecContext *ctx;
|
||||
GstFFStream *stream;
|
||||
gchar *stream_id, *tmp;
|
||||
gchar *stream_id;
|
||||
|
||||
ctx = avstream->codec;
|
||||
|
||||
|
|
Loading…
Reference in a new issue