diff options
author | wm4 <nfxjfg@googlemail.com> | 2017-02-13 11:50:54 +0100 |
---|---|---|
committer | wm4 <nfxjfg@googlemail.com> | 2017-03-02 10:32:21 +0100 |
commit | 227f6e1e8d4bd23734db9769bb52cc9896e253b5 (patch) | |
tree | ff6d31ec86c5081476d80fb12932ed351cedc513 /README.md | |
parent | 554bc4eea8aa71d5c017289a036b49313882f7e6 (diff) | |
download | ffmpeg-227f6e1e8d4bd23734db9769bb52cc9896e253b5.tar.gz |
avformat: fix AVStream private fields marker
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.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions