James Almer (12025-01-10): > This will be used to propagate global side data through the filterchain. > > Signed-off-by: James Almer <[email protected]> > --- > libavfilter/buffersink.c | 21 +++++++++++++++++++++ > libavfilter/buffersink.h | 5 +++++ > 2 files changed, 26 insertions(+)
For packets and frames, accessing the side data directly is allowed, and the utility functions to query return the data directly, without new allocation. This API should have the same behavior, both for consistency and convenience. Regards, -- Nicolas George _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
