[FFmpeg-devel] issue 1483

gordon pendleton wgordonw1 at gmail.com
Tue Jul 3 01:34:37 CEST 2012


> > 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.


More information about the ffmpeg-devel mailing list