This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
examples/filtering_audio,video: do not call avcodec_register_all()
It is implied by av_register_all(). Simplify.
tags/n2.2-rc1
Stefano Sabatini
11 years ago
parent
433b153b68
commit
ca57659440
2 changed files
with
0 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
doc/examples/filtering_audio.c
+0
-1
doc/examples/filtering_video.c
+ 0
- 1
doc/examples/filtering_audio.c
View File
@@ -210,7 +210,6 @@ int main(int argc, char **argv)
exit(1);
exit(1);
}
}
avcodec_register_all();
av_register_all();
av_register_all();
avfilter_register_all();
avfilter_register_all();
+ 0
- 1
doc/examples/filtering_video.c
View File
@@ -200,7 +200,6 @@ int main(int argc, char **argv)
exit(1);
exit(1);
}
}
avcodec_register_all();
av_register_all();
av_register_all();
avfilter_register_all();
avfilter_register_all();
Write
Preview
Loading…
Cancel
Save