mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
examples/filtering_audio,video: do not call avcodec_register_all()
It is implied by av_register_all(). Simplify.
This commit is contained in:
parent
433b153b68
commit
ca57659440
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user