]> git.sesse.net Git - ffmpeg/blobdiff - tests/api/api-flac-test.c
Merge commit '76eef04f30a768fa80366d679f3de7e9447b67d5'
[ffmpeg] / tests / api / api-flac-test.c
index c5a37f03e11e75cff2993210cc16fb6966ca1126..2e9081266f829646aeece42c0288fcdcdb55f204 100644 (file)
@@ -245,8 +245,6 @@ int main(void)
     int sample_rates[] = {8000, 44100, 48000, 192000};
     int cl, sr;
 
-    avcodec_register_all();
-
     enc = avcodec_find_encoder(AV_CODEC_ID_FLAC);
     if (!enc) {
         av_log(NULL, AV_LOG_ERROR, "Can't find encoder\n");