• James Almer's avatar
    avformat/avformat: use the side data from AVStream.codecpar · 5432d2aa
    James Almer authored
    Deprecate AVStream.side_data and its helpers in favor of the AVStream's
    codecpar.coded_side_data.
    
    This will considerably simplify the propagation of global side data to decoders
    and from encoders. Instead of having to do it inside packets, it will be
    available during init().
    Global and frame specific side data will therefore be distinct.
    Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
    5432d2aa
replaygain.c 3.08 KB