Ticket #1061 (closed enhancement: fixed)
Make AVIOContext a non-anonymous typedef.
| Reported by: | fAX | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | avformat |
| Version: | git-master | Keywords: | AVIOContext, typedef, anonymous struct |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
AVIOContext is currently defined as a typedef to an anonymous struct which doesn't allow to use forward declarations and forces to include all the header even if a pointer is only used.
Change History
Note: See
TracTickets for help on using
tickets.



Fixed by Dale Curtis