Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Releases
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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Stefan Westerfeld
ffmpeg
Commits
442bbdb3
Commit
442bbdb3
authored
Dec 10, 2022
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avfilter/drawutils: rgb48/bgr48 is supported
parent
7e8b5393
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
drawutils.c
libavfilter/drawutils.c
+0
-3
filter-pixfmts-pad
tests/ref/fate/filter-pixfmts-pad
+2
-0
No files found.
libavfilter/drawutils.c
View file @
442bbdb3
...
@@ -128,9 +128,6 @@ int ff_draw_init2(FFDrawContext *draw, enum AVPixelFormat format, enum AVColorSp
...
@@ -128,9 +128,6 @@ int ff_draw_init2(FFDrawContext *draw, enum AVPixelFormat format, enum AVColorSp
if
(
pixelstep
[
c
->
plane
]
!=
0
&&
if
(
pixelstep
[
c
->
plane
]
!=
0
&&
pixelstep
[
c
->
plane
]
!=
c
->
step
)
pixelstep
[
c
->
plane
]
!=
c
->
step
)
return
AVERROR
(
ENOSYS
);
return
AVERROR
(
ENOSYS
);
if
(
pixelstep
[
c
->
plane
]
==
6
&&
c
->
depth
==
16
)
return
AVERROR
(
ENOSYS
);
pixelstep
[
c
->
plane
]
=
c
->
step
;
pixelstep
[
c
->
plane
]
=
c
->
step
;
if
(
pixelstep
[
c
->
plane
]
>=
8
)
if
(
pixelstep
[
c
->
plane
]
>=
8
)
return
AVERROR
(
ENOSYS
);
return
AVERROR
(
ENOSYS
);
...
...
tests/ref/fate/filter-pixfmts-pad
View file @
442bbdb3
...
@@ -4,6 +4,7 @@ abgr 52738042432893de555e6a3833172806
...
@@ -4,6 +4,7 @@ abgr 52738042432893de555e6a3833172806
argb 2a10108ac524b422b8a2393c064b3eab
argb 2a10108ac524b422b8a2393c064b3eab
bgr0 025d4d5e5691801ba39bc9de70e39df0
bgr0 025d4d5e5691801ba39bc9de70e39df0
bgr24 f8b65ad845905c7d0c93ca28dfbb826f
bgr24 f8b65ad845905c7d0c93ca28dfbb826f
bgr48le 4564b56dd1f2a9761b8a7a5244ac4c49
bgra 929aac15e848038e367c250037575f9f
bgra 929aac15e848038e367c250037575f9f
gbrap 5f16cccab5a17cb766c882e865995167
gbrap 5f16cccab5a17cb766c882e865995167
gbrap10le e63e0a1ae9afd7e6a732f18be194e761
gbrap10le e63e0a1ae9afd7e6a732f18be194e761
...
@@ -35,6 +36,7 @@ p410le 5ca28f2bcc849987810e1f3437b12feb
...
@@ -35,6 +36,7 @@ p410le 5ca28f2bcc849987810e1f3437b12feb
p416le fa4e023d0bf4b03b0ffef3d4d35abf7e
p416le fa4e023d0bf4b03b0ffef3d4d35abf7e
rgb0 0984eb985dabbe757ed6beb53db84eff
rgb0 0984eb985dabbe757ed6beb53db84eff
rgb24 17f9e2e0c609009acaf2175c42d4a2a5
rgb24 17f9e2e0c609009acaf2175c42d4a2a5
rgb48le ed08db9b1aa50d69b8c3d73db93e390e
rgba b157c90191463d34fb3ce77b36c96386
rgba b157c90191463d34fb3ce77b36c96386
vuya 44368c0a758ee68e24ce976e3b1b8535
vuya 44368c0a758ee68e24ce976e3b1b8535
vuyx bc7c4f693a22cd1ac95e33d473086474
vuyx bc7c4f693a22cd1ac95e33d473086474
...
...
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