[FFmpeg-devel] [PATCH] Add libavsequencer.
Sebastian Vater
cdgs.basty
Wed Aug 25 01:00:50 CEST 2010
Sebastian Vater a ?crit :
> Stefano Sabatini a ?crit :
>
>> On date Friday 2010-08-13 22:53:30 +0200, Sebastian Vater encoded:
>>
>>
>>> The new library is meant to contain the sequencer multimedia features for
>>> being able to playback modules and MIDI files in FFmpeg.
>>>
>>>
>>>
>> [...]
>>
>>
>>> diff --git a/libavsequencer/avsequencer.c b/libavsequencer/avsequencer.c
>>> new file mode 100644
>>> index 0000000..d43284f
>>> --- /dev/null
>>> +++ b/libavsequencer/avsequencer.c
>>> @@ -0,0 +1,43 @@
>>> +/*
>>> + * Implement AVSequencer functions
>>> + * Copyright (c) 2010 Sebastian Vater <cdgs.basty at googlemail.com>
>>> + *
>>> + * This file is part of FFmpeg.
>>> + *
>>> + * FFmpeg is free software; you can redistribute it and/or
>>> + * modify it under the terms of the GNU Lesser General Public
>>> + * License as published by the Free Software Foundation; either
>>> + * version 2.1 of the License, or (at your option) any later version.
>>> + *
>>> + * FFmpeg is distributed in the hope that it will be useful,
>>> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
>>> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
>>> + * Lesser General Public License for more details.
>>> + *
>>> + * You should have received a copy of the GNU Lesser General Public
>>> + * License along with FFmpeg; if not, write to the Free Software
>>> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
>>> + */
>>> +
>>> +#include "config.h"
>>> +#include "avsequencer.h"
>>> +
>>> +/**
>>> + * @file
>>> + * Implement AVSequencer functions.
>>> + */
>>> +
>>> +#include <libavutil/avutil.h>
>>> +
>>>
>>>
>>
>>
>>> +unsigned avsequencer_version(void) {
>>> + return LIBAVSEQUENCER_VERSION_INT;
>>> +}
>>> +
>>> +const char *avsequencer_configuration(void) {
>>> + return FFMPEG_CONFIGURATION;
>>> +}
>>> +
>>> +const char *avsequencer_license(void) {
>>> +#define LICENSE_PREFIX "libavsequencer license: "
>>> + return LICENSE_PREFIX FFMPEG_LICENSE + sizeof(LICENSE_PREFIX) - 1;
>>> +}
>>>
>>>
>> Nits:
>> foo(...)
>> {
>> ...
>> }
>>
>>
>
> Fixed.
>
>
Added reindentation patch.
--
Best regards,
:-) Basty/CDGS (-:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lavseq-basic-reindentation.patch
Type: text/x-patch
Size: 3324 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100825/584477dc/attachment.bin>
More information about the ffmpeg-devel
mailing list