Commit ca576594 authored by Stefano Sabatini's avatar Stefano Sabatini

examples/filtering_audio,video: do not call avcodec_register_all()

It is implied by av_register_all(). Simplify.
parent 433b153b
......@@ -210,7 +210,6 @@ int main(int argc, char **argv)
exit(1);
}
avcodec_register_all();
av_register_all();
avfilter_register_all();
......
......@@ -200,7 +200,6 @@ int main(int argc, char **argv)
exit(1);
}
avcodec_register_all();
av_register_all();
avfilter_register_all();
......
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