summaryrefslogtreecommitdiff
path: root/ffplay.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-11-24 12:49:13 +0100
committerStefano Sabatini <stefasab@gmail.com>2013-11-25 00:03:20 +0100
commit5e1c57f5cb4e1933ec743d3000941aacc2ac6837 (patch)
treec1b610e274d903c5cf75171a8a9bc2bd87c903ec /ffplay.c
parent988bda8a691bfca7ad65f7f3e088673ad1c5afd5 (diff)
ffplay: do not call avcodec_register_all() explicitly
avcodec_register_all() is implicitly called by av_register_all().
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c1
1 files changed, 0 insertions, 1 deletions
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