[Mplayer-cvslog] CVS: main/libmpcodecs vf.c,1.22,1.23

Arpi arpi at thot.banki.hu
Fri Apr 26 22:03:16 CEST 2002


Hi,

>      &vf_info_vo,
> -#ifdef USE_LIBFAME
>      &vf_info_fame,
> -#endif
>      &vf_info_format,

ehh

> +    char** plugin_args = vo_plugin_args;
>      if(!vo_plugin_args) return last;
> -    while(*vo_plugin_args){
> -	char* name=strdup(*vo_plugin_args);
> +    while(*plugin_args){
> +	char* name=strdup(*plugin_args);
>  	char* args=strchr(name,'=');

what's the sense of this?
imho configtree shoudl save and restore pointer between the files?


A'rpi / Astral & ESP-team

--
Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu



More information about the MPlayer-cvslog mailing list