[FFmpeg-devel] issue 1483

gordon pendleton wgordonw1 at gmail.com
Tue Jul 3 03:49:56 CEST 2012


My apologies for the awful patch files.  I think this one should be good
now though.  Patcheck only gives me a mergable call warning and a warning
about unused option.

On Mon, Jul 2, 2012 at 7:34 PM, gordon pendleton <wgordonw1 at gmail.com>wrote:

>
> > diff --git a/libavformat/segment.c b/libavformat/segment.c
>> > index 6025aad..7a32e4e 100644
>> > --- a/libavformat/segment.c
>> > +++ b/libavformat/segment.c
>> > @@ -36,6 +36,8 @@ typedef struct {
>> >      AVFormatContext *avf;
>> >      char *format;          /**< Set by a private option. */
>> >      char *list;            /**< Set by a private option. */
>> > +    char *valid_frames;    /**< Set by a private option. */
>>
>> > +    const char *valid_frame_delimiter;
>>
>> Why this (IIRC the list is separated by commas).
>>
>>
> I did that because I meant to make an option for providing a delimiter
> string (possibly more than one char).  It wasn't very important to me so I
> left it out when I reworked the patches.
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ffmpeg_segment_frames_201207022142.patch
Type: application/octet-stream
Size: 5762 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120702/6755e454/attachment.obj>


More information about the ffmpeg-devel mailing list