From 5e1c57f5cb4e1933ec743d3000941aacc2ac6837 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 24 Nov 2013 12:49:13 +0100 Subject: ffplay: do not call avcodec_register_all() explicitly avcodec_register_all() is implicitly called by av_register_all(). --- ffplay.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ffplay.c') diff --git a/ffplay.c b/ffplay.c index c67138300b..bcbc30d545 100644 --- a/ffplay.c +++ b/ffplay.c @@ -3548,7 +3548,6 @@ int main(int argc, char **argv) parse_loglevel(argc, argv, options); /* register all codecs, demux and protocols */ - avcodec_register_all(); #if CONFIG_AVDEVICE avdevice_register_all(); #endif -- cgit v1.2.3