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
3fd0f6ed
Commit
3fd0f6ed
authored
Nov 01, 2011
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vf_transpose: remove pix_fmts which can currently not be supported.
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
bd2bcf97
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
vf_transpose.c
libavfilter/vf_transpose.c
+2
-5
No files found.
libavfilter/vf_transpose.c
View file @
3fd0f6ed
...
...
@@ -69,16 +69,13 @@ static int query_formats(AVFilterContext *ctx)
PIX_FMT_BGR555BE
,
PIX_FMT_BGR555LE
,
PIX_FMT_GRAY16BE
,
PIX_FMT_GRAY16LE
,
PIX_FMT_YUV420P16LE
,
PIX_FMT_YUV420P16BE
,
PIX_FMT_YUV422P16LE
,
PIX_FMT_YUV422P16BE
,
PIX_FMT_YUV444P16LE
,
PIX_FMT_YUV444P16BE
,
PIX_FMT_NV12
,
PIX_FMT_NV21
,
PIX_FMT_RGB8
,
PIX_FMT_BGR8
,
PIX_FMT_RGB4_BYTE
,
PIX_FMT_BGR4_BYTE
,
PIX_FMT_YUV444P
,
PIX_FMT_YUV
422
P
,
PIX_FMT_YUV444P
,
PIX_FMT_YUV
J444
P
,
PIX_FMT_YUV420P
,
PIX_FMT_YUVJ420P
,
PIX_FMT_YUV411P
,
PIX_FMT_YUV410P
,
PIX_FMT_YUVJ444P
,
PIX_FMT_YUVJ422P
,
PIX_FMT_YUV440P
,
PIX_FMT_YUVJ440P
,
PIX_FMT_YUV410P
,
PIX_FMT_YUVA420P
,
PIX_FMT_GRAY8
,
PIX_FMT_NONE
};
...
...
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