Mercurial > mplayer.hg
view debian-build/mplayer.postinst.debhelper @ 12084:68baf8877c07
reversing the change to the forw/backw pointers, its somewhat simpler to update it if the forward pointer is first
much more efficient encoding of the frame_code table
stream_id -> stream_id_plus1, that way 0 is the special case instead of stream_count and we can be sure the table needs only 8bit per entry
replace timestamp_msb by timestamp (and obviously dont code the lsb if the whole is coded) thats simpler and more compact
add a msb_timestamp flag to the frame_code[].flags
author | michael |
---|---|
date | Wed, 31 Mar 2004 01:44:57 +0000 |
parents | 33f43b0f24f7 |
children |
line wrap: on
line source
# Automatically added by dh_installdocs if [ "$1" = "configure" ]; then if [ -d /usr/doc -a ! -e /usr/doc/mplayer -a -d /usr/share/doc/mplayer ]; then ln -sf ../share/doc/mplayer /usr/doc/mplayer fi fi # End automatically added section # Automatically added by dh_installmenu if [ "$1" = "configure" -a -x /usr/bin/update-menus ]; then update-menus ; fi # End automatically added section