]> git.sesse.net Git - ffmpeg/blobdiff - tests/api/api-codec-param-test.c
avformat/rpl: Support files containing 8 bit PCM or VIDC audio
[ffmpeg] / tests / api / api-codec-param-test.c
index 377a5e9c793efd6616a5c048d0bf6a9ae6b56e46..0868322cb4b917f6aee976a88fec6d435a7a996c 100644 (file)
@@ -231,8 +231,6 @@ int main(int argc, char* argv[])
     AVFormatContext *fmt_ctx = NULL;
     AVFormatContext *fmt_ctx_no_decode = NULL;
 
-    av_register_all();
-
     if (argc < 2) {
         av_log(NULL, AV_LOG_ERROR, "Usage: %s <input>\n", argv[0]);
         return -1;