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
d65522e8
Commit
d65522e8
authored
Mar 06, 2013
by
Martin Storsjö
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
h264: Rename the jpeg_420 pixfmt list to match the common naming structure
Signed-off-by:
Martin Storsjö
<
martin@martin.st
>
parent
e760e1d4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
h264.c
libavcodec/h264.c
+2
-2
No files found.
libavcodec/h264.c
View file @
d65522e8
...
...
@@ -78,7 +78,7 @@ static const enum AVPixelFormat h264_hwaccel_pixfmt_list_420[] = {
AV_PIX_FMT_NONE
};
static
const
enum
AVPixelFormat
h
waccel_pixfmt_list_h264
_jpeg_420
[]
=
{
static
const
enum
AVPixelFormat
h
264_hwaccel_pixfmt_list
_jpeg_420
[]
=
{
#if CONFIG_H264_DXVA2_HWACCEL
AV_PIX_FMT_DXVA2_VLD
,
#endif
...
...
@@ -2839,7 +2839,7 @@ static enum PixelFormat get_pixel_format(H264Context *h)
return
h
->
avctx
->
get_format
(
h
->
avctx
,
h
->
avctx
->
codec
->
pix_fmts
?
h
->
avctx
->
codec
->
pix_fmts
:
h
->
avctx
->
color_range
==
AVCOL_RANGE_JPEG
?
h
waccel_pixfmt_list_h264
_jpeg_420
:
h
264_hwaccel_pixfmt_list
_jpeg_420
:
h264_hwaccel_pixfmt_list_420
);
}
break
;
...
...
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