CVS: main/libvo vo_mpegpes.c,1.26,1.27
Update of /cvsroot/mplayer/main/libvo In directory mplayer:/var/tmp.root/cvs-serv9102 Modified Files: vo_mpegpes.c Log Message: uninit sig11 fixed Index: vo_mpegpes.c =================================================================== RCS file: /cvsroot/mplayer/main/libvo/vo_mpegpes.c,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- vo_mpegpes.c 16 Mar 2002 19:15:12 -0000 1.26 +++ vo_mpegpes.c 11 Apr 2002 11:18:02 -0000 1.27 @@ -508,9 +508,10 @@ { #ifdef USE_LIBFAME if(picture_buf){ // YV12 only: + fame_close(ctx); ctx=NULL; free(outbuf); free(picture_buf); - fame_close(ctx); ctx=NULL; + picture_buf=NULL; } #endif if(vo_mpegpes_fd>=0){ close(vo_mpegpes_fd);vo_mpegpes_fd=-1;}
participants (1)
-
Arpi of Ize