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

« back to all changes in this revision

Viewing changes to avidemux/ADM_video/ADM_vidMPLD3Dlow.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:
62
62
{
63
63
 
64
64
                        _in=instream;
65
 
                        DIA_d3d(&_param->param1,
 
65
                        if(DIA_d3d(&_param->param1,
66
66
                                        &_param->param2,
67
 
                                        &_param->param3);
68
 
                        setup();
69
 
                        return 1;
 
67
                                        &_param->param3))
 
68
                        {
 
69
                                setup();
 
70
                                return 1;
 
71
                        }
 
72
                        return 0;
70
73
}
71
74
ADMVideoMPD3Dlow::~ADMVideoMPD3Dlow()
72
75
{