Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
a1f4d075
Commit
a1f4d075
authored
Mar 19, 2011
by
Peter Ross
Committed by
Anton Khirnov
Apr 28, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
crop: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formats
Signed-off-by:
Anton Khirnov
<
anton@khirnov.net
>
parent
1afbae10
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
vf_crop.c
libavfilter/vf_crop.c
+1
-0
pixfmts_crop_le
tests/ref/lavfi/pixfmts_crop_le
+2
-0
No files found.
libavfilter/vf_crop.c
View file @
a1f4d075
...
...
@@ -80,6 +80,7 @@ static int query_formats(AVFilterContext *ctx)
{
static
const
enum
PixelFormat
pix_fmts
[]
=
{
PIX_FMT_RGB48BE
,
PIX_FMT_RGB48LE
,
PIX_FMT_BGR48BE
,
PIX_FMT_BGR48LE
,
PIX_FMT_ARGB
,
PIX_FMT_RGBA
,
PIX_FMT_ABGR
,
PIX_FMT_BGRA
,
PIX_FMT_RGB24
,
PIX_FMT_BGR24
,
...
...
tests/ref/lavfi/pixfmts_crop_le
View file @
a1f4d075
abgr cd761690872843d1b7ab0c695393c751
argb 2ec6ef18769bcd651c2e8904d5a3ee67
bgr24 3450fd00cf1493d1ded75544d82ba3ec
bgr48be 90cb5d373a1123432d63c6a10c101afa
bgr48le 9371f54ceda9010f1199e86f4930ac3f
bgr4_byte 2f6ac3cdd4676ab4e2982bdf0664945b
bgr555le d22442fc13b464f9ba455b08df4e981f
bgr565le 891664e5a54ae5968901347da92bc5e9
...
...
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