Resolved play issue of flv format 22/93722/1 submit/tizen_mobile/20161025.124641
authorshubham kumar <shubham.srib@samsung.com>
Tue, 25 Oct 2016 11:45:25 +0000 (17:15 +0530)
committershubham kumar <shubham.srib@samsung.com>
Tue, 25 Oct 2016 11:45:25 +0000 (17:15 +0530)
Change-Id: I42c251a7dc3c4af83251df16ff9c3cab8eb6dda5
Signed-off-by: shubham kumar <shubham.srib@samsung.com>
src/common/file-system/mf-file-attr.c

index d5a786e..b3deebb 100755 (executable)
@@ -24,7 +24,7 @@
 #include <mime_type.h>
 
 
-#include "mf-fs-util.h"
+       #include "mf-fs-util.h"
 #include "mf-util.h"
 #include "mf-ta.h"
 #include "mf-conf.h"
@@ -280,6 +280,9 @@ static fsFileType __mf_file_attr_get_category_by_file_ext(const char *file_ext,
                if (strcasecmp("FLAC", &file_ext[i]) == 0) {
                        return FILE_TYPE_MUSIC;
                }
+               if (strcasecmp("FLV", &file_ext[i]) == 0) {
+                       return FILE_TYPE_VIDEO;
+               }
                break;
        case 'g':
        case 'G':