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

It is implied by av_register_all(). Simplify.
This commit is contained in:
Stefano Sabatini 2014-01-24 12:17:40 +01:00
parent 433b153b68
commit ca57659440
2 changed files with 0 additions and 2 deletions

View File

@ -210,7 +210,6 @@ int main(int argc, char **argv)
exit(1);
}
avcodec_register_all();
av_register_all();
avfilter_register_all();

View File

@ -200,7 +200,6 @@ int main(int argc, char **argv)
exit(1);
}
avcodec_register_all();
av_register_all();
avfilter_register_all();