diff libmpcodecs/dec_video.c @ 31927:6e0b5a97e00f

EOSD/ASS code factorization Move some code that was partially duplicated between vf_vo and vf_ass with subtle differences into a separate file.
author cigaes
date Mon, 23 Aug 2010 19:13:05 +0000
parents cc6ee3017097
children 2b390c08ed07
line wrap: on
line diff
--- a/libmpcodecs/dec_video.c	Sun Aug 22 23:38:40 2010 +0000
+++ b/libmpcodecs/dec_video.c	Mon Aug 23 19:13:05 2010 +0000
@@ -39,6 +39,7 @@
 #include "libmpdemux/stheader.h"
 #include "vd.h"
 #include "vf.h"
+#include "eosd.h"
 
 #include "dec_video.h"
 
@@ -185,6 +186,7 @@
         dlclose(sh_video->dec_handle);
 #endif
     vf_uninit_filter_chain(sh_video->vfilter);
+    eosd_uninit();
     sh_video->initialized = 0;
 }