Refsoft changes since 80th meeting

updated 28 Jun 07 to address CBAC sample rate bug (I2R)

1) adifdec.c -> dec()
	- modified to osf*core_sample_rate (line 617)

2) enc_tf.c -> EncTfFrame()
	- modified to osf*core_sample_rate (line 1931)
	
	
updated 21-27 Jun 07 to address bugs in 192kHz case (I2R/FHG)

1) MP4moviewrapper.c -> MP4InitMovie()
	- modified to include sampIndex and samplingFreq = 192kHz (lines 78-98)

2) MP4moviewrapper.c -> setSLSAudioSpecificConfig() 
	- modified (lines 315, 319, 343-401), refer to 14496-3 sub-part 1, tables 1.15, 1.18 

3) mp4dec.c -> init_config()
	- modified (lines 81, 108-118, 152)
	
	
updated 28 May 07 to address bugs in m/c non-core and 192kHz cases (I2R)

1) MP4moviewrapper.c -> MP4InitMovie() 
	- char* ptrH changed to unsigned char* ptrH (line 27)
	- included stream priority parameter (line 37)

2) MP4moviewrapper.c -> MP4CreateNewMovie()
	- included stream priority parameter (lines 204 and 224)

3) MP4moviewrapper.c -> setGAAudioSpecificConfig() and setSLSAudioSpecificConfig() 
	- max sampling index changed from 12 to 13 to include 192kHz case (lines 259 and 315)

4) adifdec.c -> dec()
	- changes added to ensure correct channel config needed for non-core mode (lines 253, 304 and 498) 

5) mp4dec.c -> init_config()
	- changes added to ensure correct channel config needed for non-core mode (lines 111) 

6) portio.c -> open_output_files()
	- output filenames appended with channel numbers (line 686)

7) lit_ll_en.c -> LIT_ll_perceptualEnhEnc()
	- frame_type is manually switched (0 for CBAC, 1 for BPGC) (line 334)