Commit 13b77af2 authored by Michael Niedermayer's avatar Michael Niedermayer

avdevice/android_camera: Fix AVClass.version

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment