Opened 12 years ago

Closed 12 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)

patchavfilter.diff (603 bytes ) - added by chinshou 12 years ago.

Download all attachments as: .zip

Change History (3)

by chinshou, 12 years ago

Attachment: patchavfilter.diff added

comment:1 by Stefano Sabatini, 12 years ago

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.

comment:2 by Carl Eugen Hoyos, 12 years ago

Priority: normalimportant
Reproduced by developer: set
Resolution: fixed
Status: newclosed
Version: unspecifiedgit-master
Note: See TracTickets for help on using tickets.