Mercurial > mplayer.hg
view TOOLS/midentify @ 8640:554e6aa7da5f
fix to compile with DirecFB 0.9.16
author | zdar |
---|---|
date | Sun, 29 Dec 2002 18:07:18 +0000 |
parents | d151608b9f28 |
children | 6cf694df50b3 |
line wrap: on
line source
#!/bin/sh mplayer -identify "$@" 2>/dev/null | grep "^ID" | sed -e 's/[`\\!$"]/\\&/g' | sed -e '/^ID_FILENAME/ { s/^ID_FILENAME=\(.*\)/ID_FILENAME="\1"/g; }'