view binary.ver @ 36423:b2dfbef1ac29

Avoid resetting fields when we will never have set them in the first place. Should avoid memleak issues with h264_vda. Untested, and h264_vda should not preferably be changed in FFmpeg to not expose such details of its implementation.
author reimar
date Tue, 19 Nov 2013 18:10:47 +0000
parents 7e4a8748cf9a
children
line wrap: on
line source

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