]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/tests/seek.c
avformat/nutdec: fix obvious typo
[ffmpeg] / libavformat / tests / seek.c
index 7ed56ba4ef98061ab0a4f1790f509751701c6e81..e0067a64fc37171b8d873164d4704280f28bc1fb 100644 (file)
@@ -91,9 +91,6 @@ int main(int argc, char **argv)
     av_dict_set(&format_opts, "channels", "1", 0);
     av_dict_set(&format_opts, "sample_rate", "22050", 0);
 
-    /* initialize libavcodec, and register all codecs and formats */
-    av_register_all();
-
     if (argc < 2) {
         printf("usage: %s input_file\n"
                "\n", argv[0]);