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
c4a4cfa7
Commit
c4a4cfa7
authored
Nov 05, 2018
by
Zhong Li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc/qsvenc: dump log for frame rate
Signed-off-by:
Zhong Li
<
zhong.li@intel.com
>
parent
33df1afe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
qsvenc.c
libavcodec/qsvenc.c
+4
-0
No files found.
libavcodec/qsvenc.c
View file @
c4a4cfa7
...
@@ -263,6 +263,10 @@ static void dump_video_param(AVCodecContext *avctx, QSVEncContext *q,
...
@@ -263,6 +263,10 @@ static void dump_video_param(AVCodecContext *avctx, QSVEncContext *q,
print_threestate
(
co
->
NalHrdConformance
),
print_threestate
(
co
->
SingleSeiNalUnit
),
print_threestate
(
co
->
NalHrdConformance
),
print_threestate
(
co
->
SingleSeiNalUnit
),
print_threestate
(
co
->
VuiVclHrdParameters
),
print_threestate
(
co
->
VuiNalHrdParameters
));
print_threestate
(
co
->
VuiVclHrdParameters
),
print_threestate
(
co
->
VuiNalHrdParameters
));
}
}
av_log
(
avctx
,
AV_LOG_VERBOSE
,
"FrameRateExtD: %"
PRIu32
"; FrameRateExtN: %"
PRIu32
"
\n
"
,
info
->
FrameInfo
.
FrameRateExtD
,
info
->
FrameInfo
.
FrameRateExtN
);
}
}
static
int
select_rc_mode
(
AVCodecContext
*
avctx
,
QSVEncContext
*
q
)
static
int
select_rc_mode
(
AVCodecContext
*
avctx
,
QSVEncContext
*
q
)
...
...
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