~ubuntu-branches/ubuntu/feisty/avidemux/feisty

« back to all changes in this revision

Viewing changes to avidemux/ADM_video/ADM_vidDGbob_param.h

  • Committer: Bazaar Package Importer
  • Author(s): Christian Marillat
  • Date: 2005-05-25 13:02:29 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050525130229-jw94cav0yhmg7vjw
Tags: 1:2.0.40-0.0
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef DGBOB_PARAM
 
3
#define DGBOB_PARAM
 
4
typedef struct DGBobparam
 
5
{
 
6
        uint32_t  thresh;// low=more flickering, less jaggie
 
7
        uint32_t  order; //0 : Bottom field first, 1 top field first        
 
8
        uint32_t  mode;  // 0 keep # of frames, 1 *2 fps & *2 frame, 2  #*2, fps*150% slow motion
 
9
        uint32_t  ap;    // Extra artifact check, better not to use
 
10
}DGBobparam;
 
11
 
 
12
#endif