Opened 13 years ago
Closed 13 years ago
#516 closed defect (fixed)
wrong avfilter macro define
| Reported by: | chinshou | Owned by: | |
|---|---|---|---|
| Priority: | important | Component: | avfilter |
| Version: | git-master | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | yes | |
| Analyzed by developer: | no |
Description
macro FF_API_OLD_VSINK_API and FF_API_OLD_ALL_FORMATS_API was defined wrong.
I have attached the patch.
best regards
Attachments (1)
Change History (3)
by , 13 years ago
| Attachment: | patchavfilter.diff added |
|---|
comment:1 by , 13 years ago
comment:2 by , 13 years ago
| Priority: | normal → important |
|---|---|
| Reproduced by developer: | set |
| Resolution: | → fixed |
| Status: | new → closed |
| Version: | unspecified → git-master |
Note:
See TracTickets
for help on using tickets.



Fixed in commit:
commit f63ec3eee969491de057a9046e45529649a05fa8 Author: Stefano Sabatini <stefasab@gmail.com> Date: Wed Sep 28 15:41:28 2011 +0200 lavfi: fix FF_API_* definition macros Fix ABI break occurred after their use. Bug reported and patch provided by chinsou, fix trac issue #516, +80cola for me.Not sure if it needs to be fixed in the 0.7/0.8 branches as well.
Thanks for the report.