Ticket #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
Change History
comment:1 Changed 20 months ago by saste
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.
Note: See
TracTickets for help on using
tickets.



