提交 13b77af2 编写于 作者: M Michael Niedermayer

avdevice/android_camera: Fix AVClass.version

Signed-off-by: NMichael Niedermayer <michael@niedermayer.cc>
上级 c0bce367
......@@ -855,7 +855,7 @@ static const AVClass android_camera_class = {
.class_name = "android_camera indev",
.item_name = av_default_item_name,
.option = options,
.version = LIBAVDEVICE_VERSION_INT,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT,
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册