view DOCS/default.css @ 36324:95ea180551c0

Fix possible hang bug with -ao pcm. When video stream reached EOF vo_pts would no longer be updated. This would lead to ao_pcm hanging since it would wait for the vo_pts to catch up with its position.
author reimar
date Mon, 12 Aug 2013 19:37:35 +0000
parents 0ad2da052b2e
children
line wrap: on
line source

body,table {
  font-family : Arial, Helvetica, sans-serif;
  font-size   : 14px;
  background  : white;
}