PhotoRec: remove 200MB .flv filesize limitation
This commit is contained in:
parent
3e375bfb28
commit
73b3df2bed
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ static void register_header_check_flv(file_stat_t *file_stat);
|
|||
const file_hint_t file_hint_flv= {
|
||||
.extension="flv",
|
||||
.description="Macromedia",
|
||||
.max_filesize=200*1024*1024,
|
||||
.max_filesize=PHOTOREC_MAX_FILE_SIZE,
|
||||
.recover=1,
|
||||
.enable_by_default=1,
|
||||
.register_header_check=®ister_header_check_flv
|
||||
|
|
Loading…
Reference in a new issue