search for: out_buf_size

Displaying 3 results from an estimated 3 matches for "out_buf_size".

2007 Sep 14
0
2 commits - libswfdec/swfdec_codec_ffmpeg.c libswfdec/swfdec_loader.c
.../'); + char *s = strrchr (path, '/'); if (s) path = s + 1; if (path[0] == 0) diff-tree 3a6b5c7b1cb39e13e6f1448a9dd6914555904cf3 (from 7e5f0fc97e0b8852a8856ed6b26dd48a2fcc3ffc) Author: Benjamin Otte <otte at gnome.org> Date: Fri Sep 14 21:27:29 2007 +0200 out_buf_size seems to be an in/out variable diff --git a/libswfdec/swfdec_codec_ffmpeg.c b/libswfdec/swfdec_codec_ffmpeg.c index 1ed3054..9e83efc 100644 --- a/libswfdec/swfdec_codec_ffmpeg.c +++ b/libswfdec/swfdec_codec_ffmpeg.c @@ -126,6 +126,7 @@ swfdec_audio_decoder_ffmpeg_push (Swfdec outbuf = swfdec_bu...
2007 Aug 24
2
[git patch] klibc bzero, mount fixes + random stuff
...reached. */ struct new_cpio_header file_hdr; /* Output header information. */ @@ -1033,7 +1020,7 @@ void process_copy_in() initialize all variables associated with the input and output buffers. */ -void initialize_buffers() +static void initialize_buffers(void) { int in_buf_size, out_buf_size; commit 65b514c265f9999663dd1e3e6a9de21eda2d0d2c Author: maximilian attems <max at stro.at> Date: Wed Aug 22 09:30:20 2007 +0200 mount: add -n option klibc mount ignores mtab anyway. so there is nothing special to be done. Signed-off-by: maximilian attems <max at...
2007 Oct 12
0
Changes to 'refs/tags/0.5.3'
...trcasecmp here fix Function.apply document that the args need to stay available. add test for last commit allow empty blocks add a test that just calls an empty function Merge branch 'master' of ssh://company at git.freedesktop.org/git/swfdec/swfdec out_buf_size seems to be an in/out variable don't remove only the first directory, but all of them remove code dupliction and associated SEGV when reading 0-size RGBA gradients more bad duplication implement swfdec_movie_get_root () function rewrite GetVariable stuff once again...