diff options
| author | schmirl <schmirl> | 2010-07-22 14:18:36 +0000 |
|---|---|---|
| committer | schmirl <schmirl> | 2010-07-22 14:18:36 +0000 |
| commit | db3274c046f4e2d44cb8263428073b6a43dca2fa (patch) | |
| tree | e223d991111c2360952293529fd93d30017595e4 /HISTORY | |
| parent | b2f30affa911e69ec3649d661e70b72d0b33e2ae (diff) | |
| download | vdr-plugin-streamdev-db3274c046f4e2d44cb8263428073b6a43dca2fa.tar.gz vdr-plugin-streamdev-db3274c046f4e2d44cb8263428073b6a43dca2fa.tar.bz2 | |
don't use std::map.at(). It's not available in older libstdc++ version
Modified Files:
Tag: v0_4
CONTRIBUTORS HISTORY remux/extern.c server/connectionHTTP.c
Diffstat (limited to 'HISTORY')
| -rw-r--r-- | HISTORY | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ VDR Plugin 'streamdev' Revision History --------------------------------------- +- don't use std::map.at(). It's not available in older libstdc++ version + (reported by Matthias Prill) - fixed extremux x264 using value of ABR for VBR (thanks to vel_tins@vdrportal) 2010-07-20: Version 0.4.0b |
