diff options
author | Bastien Nocera <hadess@users.sourceforge.net> | 2003-12-09 23:55:11 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@users.sourceforge.net> | 2003-12-09 23:55:11 +0000 |
commit | 31aa4a19da2de6bf3299d64a73bc2a1d39a0474a (patch) | |
tree | 48ae1839989816e7460bb3bc80e4f54875406975 /ChangeLog | |
parent | 6f45ec9cb3f48dbd82432fe09a47714182bc6530 (diff) | |
download | xine-lib-31aa4a19da2de6bf3299d64a73bc2a1d39a0474a.tar.gz xine-lib-31aa4a19da2de6bf3299d64a73bc2a1d39a0474a.tar.bz2 |
Fix crash with really long subtitle/language names in ogm/off files
Fixes playback of http://www.lysator.liu.se/~philip/sample.ogg
Front-ends should be using XINE_LANG_LABEL_MAX_SIZE as the max size for
language/subtitle labels
CVS patchset: 5882
CVS date: 2003/12/09 23:55:11
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -33,7 +33,8 @@ xine-lib (1-rc3) * detect end of real rtsp streams * fix tvtime segfaults * fix performance problems of RTP/UDP plugin - + * fix crash with really long subtitle/language names in ogm/off files + xine-lib (1-rc2) * XvMC support for hardware accelerated mpeg2 playback (-V xvmc) * Fix some errors in sound state when exiting xine and using alsa. |