diff options
author | Rodeo <[email protected]> | 2015-05-17 16:13:09 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2015-05-17 16:13:09 +0000 |
commit | 06f06e9d3046766ea16b4dfb8821d528048a50f1 (patch) | |
tree | eaf4a545f9b7c25e2662117b905213a3cfa0a459 /scripts | |
parent | 2ee01596fafc8f36bdf828fc26861a191e43ceb3 (diff) |
preset_template: allow all supported passthru codecs by default.
That way, very old presets and (more importantly) built-in
presets do not force a restricted copy mask on the user.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7205 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/create_resources.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create_resources.py b/scripts/create_resources.py index 26f7acd1c..a27afab20 100755 --- a/scripts/create_resources.py +++ b/scripts/create_resources.py @@ -1,4 +1,4 @@ -#! /bin/python +#! /usr/bin/python # import types |