• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

githubのコードからのfolk


Commit MetaInfo

Revision9b96830fee9be96206da7dc225bb61147cc35d2d (tree)
Time2010-10-09 04:09:52
Authorjstebbins <jstebbins@b64f...>
Commiterjstebbins

Log Message

update manicure with ac3pass->copy:ac3 changes

git-svn-id: svn://localhost/HandBrake/trunk@3579 b64f7644-9d1e-0410-96f1-a4d463321fa5

Change Summary

Incremental Difference

--- a/scripts/manicure.rb
+++ b/scripts/manicure.rb
@@ -335,7 +335,7 @@ class Display
335335 #Encoders
336336 case audioTrack["AudioEncoder"]
337337 when /AC3 Pass/
338- audioEncoders << "ac3pass"
338+ audioEncoders << "copy:ac3"
339339 when /AC3/
340340 audioEncoders << "ac3"
341341 when /AAC/
@@ -584,7 +584,7 @@ class Display
584584 #Encoders
585585 case audioTrack["AudioEncoder"]
586586 when /AC3 Pass/
587- audioEncoders << "ac3pass"
587+ audioEncoders << "copy:ac3"
588588 when /AC3/
589589 audioEncoders << "ac3"
590590 when /AAC/
@@ -828,7 +828,7 @@ class Display
828828 #Encoders
829829 case audioTrack["AudioEncoder"]
830830 when /AC3 Pass/
831- audioEncoders << "ac3pass"
831+ audioEncoders << "copy:ac3"
832832 when /AC3/
833833 audioEncoders << "ac3"
834834 when /AAC/
@@ -1109,7 +1109,7 @@ class Display
11091109 #Encoders
11101110 case audioTrack["AudioEncoder"]
11111111 when /AC3 Pass/
1112- audioEncoders << "ac3pass"
1112+ audioEncoders << "copy:ac3"
11131113 when /AC3/
11141114 audioEncoders << "ac3"
11151115 when /AAC/