Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita0aed62

Browse files
author
Clement Champetier
committed
VideoStreamProperties: fix uninitialized variable topFieldFirst
Warning from Coverity Scan.
1 parentc838aea commita0aed62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/AvTranscoder/Metadatas/VideoStreamProperties.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ VideoProperties videoStreamInfo(
124124
vp.maxBitRate = codec_context->rc_max_rate;
125125
vp.minBitRate = codec_context->rc_min_rate;
126126
vp.isInterlaced =false;
127+
vp.topFieldFirst =false;
127128

128129
vp.ticksPerFrame = codec_context->ticks_per_frame,
129130
vp.width = codec_context->width,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp