Changeset 1499 for trunk


Ignore:
Timestamp:
Jun 9, 2009, 6:43:53 PM (15 years ago)
Author:
gah
Message:

fixed call to AVTranslate constructor reversing bitRate and frameRate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/FlowCmd.cpp

    r1497 r1499  
    19121912
    19131913    Rappture::Outcome context;
    1914     Rappture::AVTranslate movie(width, height, frameRate, bitRate);
     1914    Rappture::AVTranslate movie(width, height, bitRate, frameRate);
    19151915
    19161916    int pad = 0;
Note: See TracChangeset for help on using the changeset viewer.