commit | aae29543bd55d383285a103e37e86afd18068fcd | [log] [tgz] |
---|---|---|
author | Dheeraj Sharma <dheerajs@google.com> | Tue Feb 01 15:46:34 2011 -0800 |
committer | Dheeraj Sharma <dheerajs@google.com> | Tue Feb 01 15:46:34 2011 -0800 |
tree | 81c53ff9437075592a849edd13c6f3b205726248 | |
parent | c5bee355f86d921009ef7743bb9c5f43cf855053 [diff] |
Fix for issue: 3404624 The overlay in the exported video is blurry Change-Id: Ia24eeec5d22b1f9bc911260292e8e481830f2493
diff --git a/libvideoeditor/vss/src/M4VSS3GPP_EditVideo.c b/libvideoeditor/vss/src/M4VSS3GPP_EditVideo.c index f0a3a01..9870426 100755 --- a/libvideoeditor/vss/src/M4VSS3GPP_EditVideo.c +++ b/libvideoeditor/vss/src/M4VSS3GPP_EditVideo.c
@@ -2218,9 +2218,7 @@ } else { - /* Same as input file */ - EncParams.Bitrate = - pC->pC1->pSettings->ClipProperties.uiVideoBitrate; + EncParams.Bitrate = pC->ewc.uiVideoBitrate; } } else