On 28/06/15 02:05, Vittorio Giovara wrote: > Partially based on code by Marton Balint and Kieran Kunhya. > > Signed-off-by: Vittorio Giovara <[email protected]> > --- > libavcodec/h264.c | 10 ++++++++++ > libavcodec/h264.h | 8 ++++++++ > libavcodec/h264_sei.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ > libavcodec/version.h | 2 +- > 4 files changed, 67 insertions(+), 1 deletion(-) >
Something like this is why I want to have decoupled side-data creation and binding to frame. I have quite a bit of code parsing SEI (and also storing side-data as SEI for x264) in my personal branches and it is _quite_ problematic have a structure a field for every possible registered (and unregistered but interesting) SEI. The patch itself shouldn't hurt as-is for now, I guess this will be a topic for today sprint as well. lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
