diff options
author | Christophe Grenier <grenier@cgsecurity.org> | 2015-09-03 07:40:20 +0200 |
---|---|---|
committer | Christophe Grenier <grenier@cgsecurity.org> | 2015-09-03 07:40:20 +0200 |
commit | 730bbbe88e3e344c55310e3a78f4fc204b5ad5d4 (patch) | |
tree | 2a749e952a59a693a5edbb22d93dab6cecdee207 /src/file_list.c | |
parent | d55ded60e4d6d8f2c990f4b5b032b660c41e8a3c (diff) |
PhotoRec: recover AVCHD Clip Information .cpi files
Diffstat (limited to 'src/file_list.c')
-rw-r--r-- | src/file_list.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/file_list.c b/src/file_list.c index 61f3f0d..f81571b 100644 --- a/src/file_list.c +++ b/src/file_list.c @@ -75,6 +75,7 @@ extern const file_hint_t file_hint_class; extern const file_hint_t file_hint_cm; extern const file_hint_t file_hint_compress; extern const file_hint_t file_hint_cow; +extern const file_hint_t file_hint_cpi; extern const file_hint_t file_hint_crw; extern const file_hint_t file_hint_csh; extern const file_hint_t file_hint_ctg; @@ -369,6 +370,7 @@ file_enable_t list_file_enable[]= { .enable=0, .file_hint=&file_hint_cm }, { .enable=0, .file_hint=&file_hint_compress }, { .enable=0, .file_hint=&file_hint_cow }, + { .enable=0, .file_hint=&file_hint_cpi }, { .enable=0, .file_hint=&file_hint_crw }, { .enable=0, .file_hint=&file_hint_csh }, { .enable=0, .file_hint=&file_hint_ctg }, |