Ticket #516 (closed defect: fixed)

Opened 20 months ago

Last modified 20 months ago

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

patchavfilter.diff Download (603 bytes) - added by chinshou 20 months ago.

Change History

Changed 20 months ago by chinshou

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.

comment:2 Changed 20 months ago by cehoyos

  • Priority changed from normal to important
  • Status changed from new to closed
  • Version changed from unspecified to git-master
  • Resolution set to fixed
  • Reproduced by developer set
Note: See TracTickets for help on using tickets.