[MPlayer-dev-eng] [PATCH] vf_screenshot, output filename corresponding to the played file

Michael Niedermayer michaelni at gmx.at
Fri Nov 21 22:56:47 CET 2008


On Fri, Nov 21, 2008 at 02:17:32PM +0300, Ruslan Savchenko wrote:
> On Mon, Nov 17, 2008 at 9:10 PM, Ruslan Savchenko
> <ruslan.savchenko at gmail.com> wrote:
> > 2008/11/15 Michael Niedermayer <michaelni at gmx.at>:
> >> On Sat, Nov 15, 2008 at 03:03:41AM +0300, Ruslan Savchenko wrote:
> >>> On Sat, Nov 15, 2008 at 2:47 AM, Michael Niedermayer <michaelni at gmx.at> wrote:
> >>> > On Sat, Nov 15, 2008 at 02:28:03AM +0300, Ruslan Savchenko wrote:
> >>> >> On Sat, Nov 15, 2008 at 1:16 AM, Michael Niedermayer <michaelni at gmx.at> wrote:
> >>> >> > On Fri, Nov 14, 2008 at 10:24:47PM +0300, Ruslan Savchenko wrote:
> >>
> >> both attached patches look ok IMHO
> >>
> >
> > Any news?
> > I think I should wait until those will be applied/rejected before
> > proposing next patches. Right?
> 
> Since I get no response, I send the whole updated patch once again.

well and i have to reject it as it contains changes that should be seperate
patches. And actually are but the patch now contains them too.
Do you think if noone applied a 2 line patch that someone will apply a much
larger patch that contains these 2 lines as well ...

Actually i would suggest that you split the filename and timestamp in name
things in 2 patches as well.

[...]
> +        break;
> +    default:
> +    case 0:
> +        /* Enough memory for "shotXXXXX.png" filename */
> +        priv->fname = malloc(SHOT_FNAME_LENGTH);
> +        if (!priv->fname) {
> +            mp_msg(MSGT_VFILTER,MSGL_ERR,"Unable to allocate memory in vf_screenshot.c\n");
> +            return;
> +        }
>      do {
> -	snprintf (priv->fname, 100, "shot%04d.png", ++priv->frameno);
> +	snprintf (priv->fname, SHOT_FNAME_LENGTH, "shot%04d.png", ++priv->frameno);
>      } while (fexists(priv->fname) && priv->frameno < 100000);

please avoid mixing tabs and spaces in indention
also a patch changing all tabs in vf_screenshot to spaces is probably
welcome, at least id approve it if noone objects.

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

While the State exists there can be no freedom; when there is freedom there
will be no State. -- Vladimir Lenin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20081121/e01f9949/attachment.pgp>


More information about the MPlayer-dev-eng mailing list