annotate cfg-mplayer-def.h @ 12007:b41cc72bb8ad

We now allow for the possibility of the RTCP audio/video synchronization being incorrect. (I encounted a stream for which this was the case.) Now, if audio and video are out-of-sync by >60 seconds, we assume that the RTCP sync is incorrect, and we don't discard any packets.
author rsf
date Tue, 02 Mar 2004 08:52:59 +0000
parents 8e55121885b2
children 1345f8cdfb00
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
151
9708d4b2765b cfgparser fix
szabii
parents:
diff changeset
1 static char* default_config=
153
8e55121885b2 new configfile/cmdline parser
arpi_esp
parents: 151
diff changeset
2 "# Write your default config options here!\n"
8e55121885b2 new configfile/cmdline parser
arpi_esp
parents: 151
diff changeset
3 "\n"
8e55121885b2 new configfile/cmdline parser
arpi_esp
parents: 151
diff changeset
4 //"nosound=nem"
151
9708d4b2765b cfgparser fix
szabii
parents:
diff changeset
5 "\n";
9708d4b2765b cfgparser fix
szabii
parents:
diff changeset
6