[FFmpeg-devel] [PATCH] lavf/tee: add support for bitstream filtering
Nicolas George
nicolas.george at normalesup.org
Mon Aug 12 12:12:13 CEST 2013
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?
Regards,
--
Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130812/3de4dac2/attachment.asc>
More information about the ffmpeg-devel
mailing list