]> git.sesse.net Git - ffmpeg/blobdiff - fftools/cmdutils.c
avformat/oggparsetheora: Do not adjust AV_NOPTS_VALUE
[ffmpeg] / fftools / cmdutils.c
index 6920ca07641a55264decc7b90d4c335d7d5e3795..0c7d13c27a780d9a8787ee85ebf164e4dcd7cd97 100644 (file)
@@ -1603,7 +1603,7 @@ int show_bsfs(void *optctx, const char *opt, const char *arg)
     void *opaque = NULL;
 
     printf("Bitstream filters:\n");
-    while ((bsf = av_bsf_next(&opaque)))
+    while ((bsf = av_bsf_iterate(&opaque)))
         printf("%s\n", bsf->name);
     printf("\n");
     return 0;