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
a6be42a7
Commit
a6be42a7
authored
Nov 06, 2019
by
James Zern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec/libvpxdec.c,cosmetics: bpp -> bpc
Signed-off-by:
James Zern
<
jzern@google.com
>
parent
007e0334
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libvpxdec.c
libavcodec/libvpxdec.c
+1
-1
No files found.
libavcodec/libvpxdec.c
View file @
a6be42a7
...
@@ -288,7 +288,7 @@ static int vpx_decode(AVCodecContext *avctx,
...
@@ -288,7 +288,7 @@ static int vpx_decode(AVCodecContext *avctx,
img
->
d_h
!=
img_alpha
->
d_h
||
img
->
d_h
!=
img_alpha
->
d_h
||
img
->
bit_depth
!=
img_alpha
->
bit_depth
))
{
img
->
bit_depth
!=
img_alpha
->
bit_depth
))
{
av_log
(
avctx
,
AV_LOG_ERROR
,
av_log
(
avctx
,
AV_LOG_ERROR
,
"Video dimensions %dx%d@%dbp
p differ from alpha dimensions %dx%d@%dbpp
\n
"
,
"Video dimensions %dx%d@%dbp
c differ from alpha dimensions %dx%d@%dbpc
\n
"
,
img
->
d_w
,
img
->
d_h
,
img
->
bit_depth
,
img
->
d_w
,
img
->
d_h
,
img
->
bit_depth
,
img_alpha
->
d_w
,
img_alpha
->
d_h
,
img_alpha
->
bit_depth
);
img_alpha
->
d_w
,
img_alpha
->
d_h
,
img_alpha
->
bit_depth
);
return
AVERROR_INVALIDDATA
;
return
AVERROR_INVALIDDATA
;
...
...
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