• wm4's avatar
    avformat: fix AVStream private fields marker · 227f6e1e
    wm4 authored
    Public fields were added after the private fields (negating the entire
    point of this). New private fields go into AVStreamInternal anyway.
    
    The new marker was set by guessing which fields are supposed to be
    private and wshich not. recommended_encoder_configuration is accessed by
    ffserver_config.c directly, and is supposed to use the public API.
    
    ffmpeg.c accesses AVStream.cur_dts, even though it's a private field,
    but that seems to be an older error.
    227f6e1e
avformat.h 113 KB