如何判断MP4中视频数据是H265仍是H264编码

u8 is_h264_file(char *filename) { AVFormatContext *ifmt_ctx = NULL; int ret = 0; if ((ret = avformat_open_input(&ifmt_ctx, filename, 0, 0)) < 0) { printf( "Could not open input file.");
相关文章
相关标签/搜索