view binary.ver @ 37103:bc3d67969fcc

libmpcodecs/vf_uspp: check avcodec_open() return code Fixes CID1135747 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
author michael
date Sat, 10 May 2014 23:48:24 +0000
parents 7e4a8748cf9a
children
line wrap: on
line source

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