summaryrefslogtreecommitdiff
path: root/libavcodec/bsf_internal.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-05-27 15:34:07 +0200
committerAnton Khirnov <anton@khirnov.net>2020-06-10 12:36:44 +0200
commitc0d6eaca50ad65fb8f45b02863d31b3421899959 (patch)
treee40e0a64c81d52f62d1757e8e6fc72940f007011 /libavcodec/bsf_internal.h
parente0fbb6cf2bea2427c5b794a5a9fbd39fd0b4f888 (diff)
bsf: switch to child_class_iterate()
Diffstat (limited to 'libavcodec/bsf_internal.h')
-rw-r--r--libavcodec/bsf_internal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/bsf_internal.h b/libavcodec/bsf_internal.h
index fefd5b8905..b78c134bdd 100644
--- a/libavcodec/bsf_internal.h
+++ b/libavcodec/bsf_internal.h
@@ -42,6 +42,10 @@ int ff_bsf_get_packet(AVBSFContext *ctx, AVPacket **pkt);
*/
int ff_bsf_get_packet_ref(AVBSFContext *ctx, AVPacket *pkt);
+#if FF_API_CHILD_CLASS_NEXT
const AVClass *ff_bsf_child_class_next(const AVClass *prev);
+#endif
+
+const AVClass *ff_bsf_child_class_iterate(void **opaque);
#endif /* AVCODEC_BSF_INTERNAL_H */