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

« back to all changes in this revision

Viewing changes to avidemux/oplug_avi/op_saveprocess.h

  • 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:
27
27
                        Encoder         *_encode;
28
28
                        uint8_t         _notnull;
29
29
                        char            *TwoPassLogFile;
 
30
                        ADMBitstream    bitstream;
30
31
 
31
32
                        virtual uint8_t setupVideo( char *name  );
32
33
                        virtual uint8_t writeVideoChunk(uint32_t frame );