annotate DOCS/default.css @ 31072:b8cccda750cf

uniformize handling of aid and vid with lavf so that it matches handling of sid aid and vid are now 0-based, instead of being a globally unique id. This matches the way sid is handled and the way other demuxers manage aid. As a side effect, it slightly simplifies demux_lavf.
author aurel
date Mon, 03 May 2010 22:19:52 +0000
parents 0ad2da052b2e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
30990
0ad2da052b2e the great MPlayer tab removal: part I
diego
parents: 6986
diff changeset
1 body,table {
0ad2da052b2e the great MPlayer tab removal: part I
diego
parents: 6986
diff changeset
2 font-family : Arial, Helvetica, sans-serif;
0ad2da052b2e the great MPlayer tab removal: part I
diego
parents: 6986
diff changeset
3 font-size : 14px;
0ad2da052b2e the great MPlayer tab removal: part I
diego
parents: 6986
diff changeset
4 background : white;
6390
e2a5d7b501ff default style
gabucino
parents:
diff changeset
5 }