csrc/ffmpeg/format/FormatIn.hpp
@@ -13,6 +13,7 @@ struct AVFrame; struct AVCodec; struct AVIOContext; struct AVBSFContext; typedef int(* read_packet)(void *opaque,uint8_t *buf, int buf_size); @@ -58,6 +59,8 @@ int vs_idx_; int as_idx_; AVBSFContext *bsf_h264, *bsf_hevc; VideoProp *prop_; bool hw_accl_; double fps_;