X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fmm_camcorder.c;h=ca60b9ee8b6c6d578e7b4f40d83290a38baf317c;hb=refs%2Ftags%2Faccepted%2Ftizen%2Fwearable%2F20161012.065337;hp=20b1b73358085cc937fe81767c03de5bd5167b1f;hpb=6012f7ec5032f940e8446a7aec9a9ee001ba05c6;p=platform%2Fcore%2Fmultimedia%2Flibmm-camcorder.git diff --git a/src/mm_camcorder.c b/src/mm_camcorder.c index 20b1b73..ca60b9e 100644 --- a/src/mm_camcorder.c +++ b/src/mm_camcorder.c @@ -430,3 +430,10 @@ void mm_camcorder_emit_signal(MMHandleType camcorder, const char *object_name, return; } + +int mm_camcorder_check_codec_fileformat_compatibility(const char *codec_type, int codec, int file_format) +{ + mmf_return_val_if_fail(codec_type, MM_ERROR_CAMCORDER_INVALID_ARGUMENT); + + return _mmcamcorder_check_codec_fileformat_compatibility(codec_type, codec, file_format); +}