[FFmpeg-devel] [PATCH] lavf/tee: add support for bitstream filtering

Stefano Sabatini stefasab at gmail.com
Tue Aug 13 16:28:43 CEST 2013


On date Monday 2013-08-12 12:12:13 +0200, Nicolas George encoded:
> Le primidi 21 thermidor, an CCXXI, Stefano Sabatini a écrit :
> > Check updated patch.
> 
> > +    TeeSlave slaves[MAX_SLAVES];
> > +    char *bsfs;
> 
> > +    if ((entry = av_dict_get(options, "bsfs", NULL, 0))) {
> > +        bsfs = entry->value;
> > +        entry->value = NULL; /* prevent it from being freed */
> > +        av_dict_set(&options, "bsfs", NULL, 0);
> > +    }
> 
> > +    entry = NULL;
> > +    while (entry = av_dict_get(options, "bsfs", NULL, AV_DICT_IGNORE_SUFFIX)) {
> > +        const char *spec = entry->key + strlen("bsfs");
> 
> I am a bit confused: it looks to me like several versions of the patch were
> mixed together. Rebase conflicts?

Yes, this was partly working and thus I didn't noticed it. Patch
updated, sorry.
-- 
FFmpeg = Faithless & Fostering Muttering Purposeless Elaborated Gem
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-lavf-tee-add-support-for-bitstream-filtering.patch
Type: text/x-diff
Size: 12376 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130813/c0982603/attachment.bin>


More information about the ffmpeg-devel mailing list