~ubuntu-branches/ubuntu/hardy/avidemux/hardy

« back to all changes in this revision

Viewing changes to avidemux/ADM_video/ADM_vidLargeMedian.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2006-12-15 17:13:20 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20061215171320-w79pvpehxx2fr217
Tags: 1:2.3.0-0.0ubuntu1
* Merge from debian-multimedia.org, remaining Ubuntu change:
  - desktop file,
  - no support for ccache and make -j.
* Closes Ubuntu: #69614.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
#include "ADM_filter/video_filters.h"
41
41
 
42
42
 
43
 
static FILTER_PARAM nullParam={0,{""}};
 
43
static FILTER_PARAM nullParam={2,{"chroma","luma"}};
44
44
 
45
45
 
46
46
SCRIPT_CREATE(largeMedian_script,ADMVideoLargeMedian,nullParam);