summaryrefslogtreecommitdiff
path: root/doc/examples/filter_audio.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/filter_audio.c')
-rw-r--r--doc/examples/filter_audio.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/examples/filter_audio.c b/doc/examples/filter_audio.c
index 7467c21c30..1611e3d952 100644
--- a/doc/examples/filter_audio.c
+++ b/doc/examples/filter_audio.c
@@ -289,8 +289,6 @@ int main(int argc, char *argv[])
return 1;
}
- avfilter_register_all();
-
/* Allocate the frame we will be using to store the data. */
frame = av_frame_alloc();
if (!frame) {