Commit 26ec392a authored by Clément Bœsch's avatar Clément Bœsch

lavf: remove unused AVStream pointer.

parent 3dba9e19
......@@ -3018,7 +3018,6 @@ void ff_free_stream(AVFormatContext *s, AVStream *st){
void avformat_free_context(AVFormatContext *s)
{
int i;
AVStream *st;
av_opt_free(s);
if (s->iformat && s->iformat->priv_class && s->priv_data)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment