Mercurial > mplayer.hg
changeset 4109:69eaa003a448
Fixed a bug relating to libmp1e (actually the bug is in libmp1e, but this solution should be safe enough)
author | mswitch |
---|---|
date | Sat, 12 Jan 2002 15:59:47 +0000 |
parents | b4b7c47343c5 |
children | 54528d9dad53 |
files | libvo/vo_dxr3.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_dxr3.c Sat Jan 12 15:53:26 2002 +0000 +++ b/libvo/vo_dxr3.c Sat Jan 12 15:59:47 2002 +0000 @@ -459,8 +459,6 @@ static void uninit(void) { printf("VO: [dxr3] Uninitializing\n"); - if (mp1e_context) - rte_context_delete(mp1e_context); if (picture_data[0]) free(picture_data[0]); if (fd_video)