Opened 12 years ago

Closed 11 years ago

#1061 closed enhancement (fixed)

Make AVIOContext a non-anonymous typedef.

Reported by: Pavel Gurevich 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 (1)

comment:1 by Michael Niedermayer, 11 years ago

Component: undeterminedavformat
Resolution: fixed
Status: newclosed
Version: unspecifiedgit-master

Fixed by Dale Curtis

Note: See TracTickets for help on using tickets.