Changes in directory llvm-test/MultiSource/Applications/JM/lencod/data:

encoder.cfg updated: 1.4 -> 1.5
---
Log message:

More src != obj corrections.

---
Diffs of the changes:  (+3 -3)

 encoder.cfg |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm-test/MultiSource/Applications/JM/lencod/data/encoder.cfg
diff -u llvm-test/MultiSource/Applications/JM/lencod/data/encoder.cfg:1.4 
llvm-test/MultiSource/Applications/JM/lencod/data/encoder.cfg:1.5
--- llvm-test/MultiSource/Applications/JM/lencod/data/encoder.cfg:1.4   Fri Feb 
 9 13:00:20 2007
+++ llvm-test/MultiSource/Applications/JM/lencod/data/encoder.cfg       Thu Mar 
29 18:38:42 2007
@@ -15,8 +15,8 @@
 SourceWidth           = 176    # Frame width
 SourceHeight          = 144    # Frame height
 TraceFile             = "trace_enc.txt"
-ReconFile             = "test_rec.yuv"
-OutputFile            = "test.264"
+ReconFile             = "Output/test_rec.yuv"
+OutputFile            = "Output/test.264"
 
 
##########################################################################################
 # Encoder Control
@@ -247,7 +247,7 @@
 
 NumberofLeakyBuckets     =  8                      # Number of Leaky Bucket 
values
 LeakyBucketRateFile      =  "leakybucketrate.cfg"  # File from which encoder 
derives rate values
-LeakyBucketParamFile     =  "leakybucketparam.cfg" # File where encoder stores 
leakybucketparams
+LeakyBucketParamFile     =  "Output/leakybucketparam.cfg" # File where encoder 
stores leakybucketparams
 
 NumberFramesInEnhancementLayerSubSequence  = 0  # number of frames in the 
Enhanced Scalability Layer(0: no Enhanced Layer)
 NumberOfFrameInSecondIGOP                  = 0  # Number of frames to be coded 
in the second IGOP



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to