summaryrefslogtreecommitdiff
path: root/doc/examples/decode_video.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/decode_video.c')
-rw-r--r--doc/examples/decode_video.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/examples/decode_video.c b/doc/examples/decode_video.c
index 4377fd49e0..5a9d43f689 100644
--- a/doc/examples/decode_video.c
+++ b/doc/examples/decode_video.c
@@ -101,8 +101,6 @@ int main(int argc, char **argv)
filename = argv[1];
outfilename = argv[2];
- avcodec_register_all();
-
pkt = av_packet_alloc();
if (!pkt)
exit(1);