view binary.ver @ 36344:1251f8aa5785

muxer_lavf: partially support formats creating files own their own. This works with e.g. image2, but is a bit messy since using img%d.png results in mencoder itself creating a file with exactly this name while lavf creates the correctly numbered ones.
author reimar
date Tue, 03 Sep 2013 20:05:29 +0000
parents 7e4a8748cf9a
children
line wrap: on
line source

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