- The first frame for encoded format should not be dropped.
[Version] 1.2.4
[Issue Type] Bug fix
Change-Id: I884bb88e10246374c2dcdf64bdc6a36d957e738d
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
Name: libmm-camcorder
Summary: Camera and recorder library
-Version: 1.2.3
+Version: 1.2.4
Release: 0
Group: Multimedia/Libraries
License: Apache-2.0
mmf_return_val_if_fail(sc, MM_ERROR_CAMCORDER_NOT_INITIALIZED);
+ if (_mmcamcorder_is_encoded_preview_pixel_format(sc->info_image->preview_format)) {
+ MMCAM_LOG_INFO("Reset frame_stability_count for encoded format");
+ sc->frame_stability_count = 0;
+ return MM_ERROR_NONE;
+ }
+
switch (cmd) {
case _MMCamcorder_CMD_PREVIEW_START:
category = CONFIGURE_CATEGORY_CTRL_CAMERA;