[FFmpeg-cvslog] ffplay: do not call avcodec_register_all() explicitly

Stefano Sabatini git at videolan.org
Mon Nov 25 00:06:14 CET 2013


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sun Nov 24 12:49:13 2013 +0100| [5e1c57f5cb4e1933ec743d3000941aacc2ac6837] | committer: Stefano Sabatini

ffplay: do not call avcodec_register_all() explicitly

avcodec_register_all() is implicitly called by av_register_all().

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5e1c57f5cb4e1933ec743d3000941aacc2ac6837
---

 ffplay.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/ffplay.c b/ffplay.c
index c671383..bcbc30d 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



More information about the ffmpeg-cvslog mailing list