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