Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-01-06 12:41:42 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-01-06 12:41:42 +0400
commit8a83ea85304be70b0445d32c0f511f7169e136f4 (patch)
treedc45fd8dc964f6e4a74369c0e2d130bb89db6643 /io_sequencer_edl
parent68cdb6fb28e6e7a65ce367bae2e197d73269eff6 (diff)
add 'a2' for audio, used by FCP.
Diffstat (limited to 'io_sequencer_edl')
-rw-r--r--io_sequencer_edl/parse_edl.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/io_sequencer_edl/parse_edl.py b/io_sequencer_edl/parse_edl.py
index 3e6c3bc4..909b1ecc 100644
--- a/io_sequencer_edl/parse_edl.py
+++ b/io_sequencer_edl/parse_edl.py
@@ -225,6 +225,7 @@ enum += 1
EDIT_DICT = {
"v": EDIT_VIDEO,
"a": EDIT_AUDIO,
+ "a2": EDIT_AUDIO, # TODO, what is this really?, FCP uses.
"aa": EDIT_AUDIO_STEREO,
"va": EDIT_VIDEO_AUDIO,
"b": EDIT_VIDEO_AUDIO,