view binary.ver @ 36433:3a192d8ecc56

Revise and fix stream control for VCD. A VCD's stream->priv is a pointer of type mp_vcd_priv_t and not one of type stream_priv_s. Add a struct member 'track' to mp_vcd_priv_t to store the track information there.
author ib
date Mon, 02 Dec 2013 13:53:03 +0000
parents 7e4a8748cf9a
children
line wrap: on
line source

MPLAYER_1 {
  # to support glibcs abhorrent backwards-compatibility hack
  global: _IO_stdin_used;
  local: *;
};