Changeset 554bc4e in ffmpeg

Timestamp:
Mar 2, 2017, 9:32:12 AM (8 years ago)
Author:
wm4 <nfxjfg@googlemail.com>
Branches:
master
Children:
227f6e1
Parents:
37330396
git-author:
wm4 <nfxjfg@googlemail.com> (02/13/17 10:40:22)
git-committer:
wm4 <nfxjfg@googlemail.com> (03/02/17 09:32:12)
Message:

avcodec, avutil, avformat: remove AVOption requirement for some fields

Allow all struct fields to be accessed directly, as long as they're
public.

Before this change, many fields were "public", but could be accessed via
AVOption only. This meant they were effectively not public, but were
present for documentation purposes, which was incredibly confusing at
best.

(No files)

Note: See TracChangeset for help on using the changeset viewer.