Browse Source

ffplay: do not call avcodec_register_all() explicitly

avcodec_register_all() is implicitly called by av_register_all().
tags/n2.2-rc1
Stefano Sabatini 11 years ago
parent
commit
5e1c57f5cb
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      ffplay.c

+ 0
- 1
ffplay.c View File

@@ -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


Loading…
Cancel
Save