Opened 13 years ago
Closed 12 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 , 12 years ago
Component: | undetermined → avformat |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | unspecified → git-master |
Note:
See TracTickets
for help on using tickets.
Fixed by Dale Curtis