[mythtv-commits] mythtv commit: r25811 - in trunk/mythtv by janne

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Aug 23 21:10:58 UTC 2010


      Author: janne
        Date: 2010-08-23 21:10:57 +0000 (Mon, 23 Aug 2010)
New Revision: 25811
   Changeset: http://svn.mythtv.org/trac/changeset/25811

Log:

filter: ensure type safety for the VideoFilter init function

add a function pointer to the FilterInfo struct and use it instead of
using dlsym and a symbol string. Fix many "X is defined but not used"
warnings after the FFmpeg sync (caused by declaring functions static
after `gcc -Werror=missing-prototypes` failed to compile).

Modified:

   trunk/mythtv/filters/adjust/filter_adjust.c
   trunk/mythtv/filters/bobdeint/filter_bobdeint.c
   trunk/mythtv/filters/convert/filter_convert.c
   trunk/mythtv/filters/crop/filter_crop.c
   trunk/mythtv/filters/denoise3d/filter_denoise3d.c
   trunk/mythtv/filters/fieldorder/filter_fieldorder.c
   trunk/mythtv/filters/force/filter_force.c
   trunk/mythtv/filters/greedyhdeint/filter_greedyhdeint.c
   trunk/mythtv/filters/invert/filter_invert.c
   trunk/mythtv/filters/ivtc/filter_ivtc.c
   trunk/mythtv/filters/kerneldeint/filter_kerneldeint.c
   trunk/mythtv/filters/linearblend/filter_linearblend.c
   trunk/mythtv/filters/onefield/filter_onefield.c
   trunk/mythtv/filters/postprocess/filter_postprocess.c
   trunk/mythtv/filters/quickdnr/filter_quickdnr.c
   trunk/mythtv/filters/yadif/filter_yadif.c
   trunk/mythtv/libs/libmythtv/filter.h
   trunk/mythtv/libs/libmythtv/filtermanager.cpp




More information about the mythtv-commits mailing list