Ticket #1061 (closed enhancement: fixed)

Opened 15 months ago

Last modified 8 months ago

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

comment:1 Changed 8 months ago by michael

  • Status changed from new to closed
  • Resolution set to fixed
  • Version changed from unspecified to git-master
  • Component changed from undetermined to avformat

Fixed by Dale Curtis

Note: See TracTickets for help on using tickets.