1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-02 13:12:05 +00:00

encoding the whole name doesnt make sense

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9362 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2003-02-09 10:58:23 +00:00
parent 07dbef2a31
commit 4fa5b22cdc

View File

@ -93,8 +93,8 @@ stream_header:
index_flag u(1)
reserved u(6)
for(;;){
codec_specific_data_type b
if(codec_specific_data_type=="") break;
codec_specific_data_type v
if(codec_specific_data_type==0) break;
codec_specific_data b
}
@ -255,8 +255,12 @@ fixed_fps
1 indicates that the fps is fixed
codec_specific_data_type
"bitmapinfoheader", "waveformatex", "imagedesc", "sounddesc",
"native"
0 end
1 native
2 bitmapinfoheader
3 waveformatex
4 imagedesc
5 sounddesc
"native", means a simple api & container independanet storage form,
for example some mpeg4-es headers