diff options
author | Christophe Grenier <grenier@cgsecurity.org> | 2015-07-19 10:26:39 +0200 |
---|---|---|
committer | Christophe Grenier <grenier@cgsecurity.org> | 2015-07-19 10:26:39 +0200 |
commit | 3842512a3cc2d37c0c9eecb4bdb478263cc24607 (patch) | |
tree | 4a14d58f3605519d652f3b8403c66db7fe161af9 /src/file_list.c | |
parent | fbc2335a375f90e98e893861c63af93f8f3aba39 (diff) |
PhotoRec: enable code from commit e5402e6acb2837dcfa815df1d77c8fe4fddd06ad
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 fee7321..dc2bdf6 100644 --- a/src/file_list.c +++ b/src/file_list.c @@ -189,6 +189,7 @@ extern const file_hint_t file_hint_mkv; extern const file_hint_t file_hint_mlv; extern const file_hint_t file_hint_mobi; extern const file_hint_t file_hint_mov; +extern const file_hint_t file_hint_mov_mdat; extern const file_hint_t file_hint_mp3; extern const file_hint_t file_hint_mpg; extern const file_hint_t file_hint_mrw; @@ -477,6 +478,7 @@ file_enable_t list_file_enable[]= { .enable=0, .file_hint=&file_hint_mkv }, { .enable=0, .file_hint=&file_hint_mlv }, { .enable=0, .file_hint=&file_hint_mobi }, + { .enable=0, .file_hint=&file_hint_mov_mdat }, { .enable=0, .file_hint=&file_hint_mov }, { .enable=0, .file_hint=&file_hint_mp3 }, { .enable=0, .file_hint=&file_hint_mpg }, |