diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-21 17:39:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-21 17:39:58 +0100 |
| commit | 69f0046b6f6fd6b6568df2e8f3c47ce49f3a6996 (patch) | |
| tree | 999c331e90af5ebaf126ee065be0c0c8c30252b5 /src/lib/decoder.h | |
| parent | fc2422cb892e80910cbeb538b657ba3b7dd36f2d (diff) | |
Fix error on creating cut videos; fill any shortfall in audio with silence.
Diffstat (limited to 'src/lib/decoder.h')
| -rw-r--r-- | src/lib/decoder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/decoder.h b/src/lib/decoder.h index db51879a1..d85510470 100644 --- a/src/lib/decoder.h +++ b/src/lib/decoder.h @@ -131,6 +131,8 @@ private: bool _have_setup_video_filters; DelayLine* _delay_line; int _delay_in_bytes; + + int _audio_frames_processed; }; #endif |
