mirror of https://github.com/mpv-player/mpv
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:
parent
1687a957be
commit
a24323c65f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue