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
c90626b2
Commit
c90626b2
authored
Mar 19, 2011
by
Peter Ross
Committed by
Anton Khirnov
Apr 28, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hflip: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formats
Signed-off-by:
Anton Khirnov
<
anton@khirnov.net
>
parent
a1f4d075
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
vf_hflip.c
libavfilter/vf_hflip.c
+1
-0
pixfmts_hflip_le
tests/ref/lavfi/pixfmts_hflip_le
+2
-0
No files found.
libavfilter/vf_hflip.c
View file @
c90626b2
...
@@ -38,6 +38,7 @@ static int query_formats(AVFilterContext *ctx)
...
@@ -38,6 +38,7 @@ static int query_formats(AVFilterContext *ctx)
{
{
static
const
enum
PixelFormat
pix_fmts
[]
=
{
static
const
enum
PixelFormat
pix_fmts
[]
=
{
PIX_FMT_RGB48BE
,
PIX_FMT_RGB48LE
,
PIX_FMT_RGB48BE
,
PIX_FMT_RGB48LE
,
PIX_FMT_BGR48BE
,
PIX_FMT_BGR48LE
,
PIX_FMT_ARGB
,
PIX_FMT_RGBA
,
PIX_FMT_ARGB
,
PIX_FMT_RGBA
,
PIX_FMT_ABGR
,
PIX_FMT_BGRA
,
PIX_FMT_ABGR
,
PIX_FMT_BGRA
,
PIX_FMT_RGB24
,
PIX_FMT_BGR24
,
PIX_FMT_RGB24
,
PIX_FMT_BGR24
,
...
...
tests/ref/lavfi/pixfmts_hflip_le
View file @
c90626b2
abgr 49468c6c9ceee5d52b08b1270a909323
abgr 49468c6c9ceee5d52b08b1270a909323
argb 50ba9f16c6475530602f2983278b82d0
argb 50ba9f16c6475530602f2983278b82d0
bgr24 cc53d2011d097972db0d22756c3699e3
bgr24 cc53d2011d097972db0d22756c3699e3
bgr48be 11641cf0f4516a9aed98f7872720f801
bgr48le b5440734eed128554dd9f83b34ba582f
bgr4_byte aac987e7d1a6a96477cfc0b48a4285de
bgr4_byte aac987e7d1a6a96477cfc0b48a4285de
bgr555le ccee08679bac84a1f960c6c9070c5538
bgr555le ccee08679bac84a1f960c6c9070c5538
bgr565le 3703466e19e1b52e03a34fd244a8e8e4
bgr565le 3703466e19e1b52e03a34fd244a8e8e4
...
...
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