limits too small, my CBR mp3 samples have 2x overhead after removial of size prediction

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12380 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2004-05-01 18:48:42 +00:00
parent 1687a957be
commit a24323c65f
1 changed files with 2 additions and 2 deletions

View File

@ -367,10 +367,10 @@ stream_id_plus1[frame_code]
if its 0 then the stream_id is coded in the frame
data_size_mul[frame_code]
must be <250
must be <16384
data_size_lsb[frame_code]
must be <250
must be <16384
data_size
data_size= data_size_lsb + data_size_msb*data_size_mul;