Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
13b77af2
Commit
13b77af2
authored
Apr 19, 2018
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avdevice/android_camera: Fix AVClass.version
Signed-off-by:
Michael Niedermayer
<
michael@niedermayer.cc
>
parent
c0bce367
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
android_camera.c
libavdevice/android_camera.c
+1
-1
No files found.
libavdevice/android_camera.c
View file @
13b77af2
...
@@ -855,7 +855,7 @@ static const AVClass android_camera_class = {
...
@@ -855,7 +855,7 @@ static const AVClass android_camera_class = {
.
class_name
=
"android_camera indev"
,
.
class_name
=
"android_camera indev"
,
.
item_name
=
av_default_item_name
,
.
item_name
=
av_default_item_name
,
.
option
=
options
,
.
option
=
options
,
.
version
=
LIBAV
DEVICE
_VERSION_INT
,
.
version
=
LIBAV
UTIL
_VERSION_INT
,
.
category
=
AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT
,
.
category
=
AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT
,
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment