[FFmpeg-devel] [PATCH] tools: add ffescape utility
Stefano Sabatini
stefasab at gmail.com
Mon Oct 22 14:36:27 CEST 2012
On date Tuesday 2012-10-16 02:33:59 +0200, Michael Niedermayer encoded:
> On Mon, Oct 15, 2012 at 10:14:47PM +0200, Stefano Sabatini wrote:
[...]
> > +int main(int argc, char **argv)
> > +{
> > + size_t src_buf_size = 256;
> > + char *src_buf = av_malloc(src_buf_size), *dst_buf = NULL;
>
> missing malloc failure check
>
> no further comments from me / LGTM if there are no other comments
Updated to make more extensive use of bprint buffers.
I'll push this tonight if I read no more comments.
--
FFmpeg = Fundamentalist and Fancy Mythic Pure Elaborated Guide
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-tools-add-ffescape-utility.patch
Type: text/x-diff
Size: 6224 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20121022/b644cf03/attachment.bin>
More information about the ffmpeg-devel
mailing list