X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fcbs.c;h=97ab520c22ae58f0b08da2c20b796a69ecb469b9;hb=953d55f4439ba3a302f9dcc83f8fe9577c22b804;hp=fa68040cfa0aa05a17fea55320e02fcc720196b4;hpb=6734eef6b8b464139fdc140ec9bc9e8d74173869;p=ffmpeg diff --git a/libavcodec/cbs.c b/libavcodec/cbs.c index fa68040cfa0..97ab520c22a 100644 --- a/libavcodec/cbs.c +++ b/libavcodec/cbs.c @@ -28,6 +28,15 @@ static const CodedBitstreamType *cbs_type_table[] = { +#if CONFIG_CBS_H264 + &ff_cbs_type_h264, +#endif +#if CONFIG_CBS_H265 + &ff_cbs_type_h265, +#endif +#if CONFIG_CBS_MPEG2 + &ff_cbs_type_mpeg2, +#endif }; int ff_cbs_init(CodedBitstreamContext **ctx_ptr,