~jaromil/freej/master

« back to all changes in this revision

Viewing changes to src/theorautils.cpp

  • Committer: fred
  • Date: 2011-04-22 23:45:46 UTC
  • mto: This revision was merged to the branch mainline in revision 1552.
  • Revision ID: git-v1:9be6947d00722cabfcb779eca527e25a692f3258
Added the ability to change the V4L2 devices resolution

- Created a QqComboRes class.

- In Layer class, added the types VIDEOLAYER and V4L2LAYER.

- In v4l2_layer.h and .cpp, created a Res class containing the
available resolutions.

- In QqWidget conctructor, determines if the layer is a v4l2 layer,
added a combobox with the different resolutions if it is.

- In a Qfreej menu, added the full screen function.

Show diffs side-by-side

added added

removed removed

Lines of Context:
391
391
 
392
392
        if (!vorbis_analysis_init (&info->vd, &info->vi))
393
393
        {
394
 
          std::cerr << "-------- vorbis_analysis_init failed, seems normal !!" << std::endl;
 
394
//        std::cerr << "-------- vorbis_analysis_init failed, seems normal !!" << std::endl;
395
395
        }
396
396
 
397
397
        vorbis_comment_init (&info->vc);