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
a810126f
Commit
a810126f
authored
Aug 17, 2016
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc/rscc: Fix colourspace for codec_tag RSCC and 32bpp.
parent
5ee5f4b1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
rscc.c
libavcodec/rscc.c
+1
-1
No files found.
libavcodec/rscc.c
View file @
a810126f
...
@@ -98,7 +98,7 @@ static av_cold int rscc_init(AVCodecContext *avctx)
...
@@ -98,7 +98,7 @@ static av_cold int rscc_init(AVCodecContext *avctx)
avctx
->
pix_fmt
=
AV_PIX_FMT_BGR24
;
avctx
->
pix_fmt
=
AV_PIX_FMT_BGR24
;
break
;
break
;
case
32
:
case
32
:
avctx
->
pix_fmt
=
AV_PIX_FMT_BGR
A
;
avctx
->
pix_fmt
=
AV_PIX_FMT_BGR
0
;
break
;
break
;
default:
default:
av_log
(
avctx
,
AV_LOG_ERROR
,
"Invalid bits per pixel value (%d)
\n
"
,
av_log
(
avctx
,
AV_LOG_ERROR
,
"Invalid bits per pixel value (%d)
\n
"
,
...
...
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