1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

ffplay: do not call avcodec_register_all() explicitly

avcodec_register_all() is implicitly called by av_register_all().
This commit is contained in:
Stefano Sabatini 2013-11-24 12:49:13 +01:00
parent 988bda8a69
commit 5e1c57f5cb

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