videotimeline: fix black-frame generation (sample aspect ratio) on export

This commit is contained in:
Robin Gareus 2014-03-19 23:46:01 +01:00
parent 7022456b4f
commit 01c6266909
2 changed files with 22 additions and 4 deletions

View file

@ -134,6 +134,7 @@ class TranscodeFfmpeg : public sigc::trackable
double m_fps;
double m_aspect;
std::string m_sar;
ARDOUR::framecnt_t m_duration;
int m_width;
int m_height;