diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-11-04 02:12:12 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-11-04 02:12:12 +0000 |
| commit | e193babcec6a26bc1ee83d99d009bd5a3751a5bc (patch) | |
| tree | 813d9e4c224a800ab60c5134dfa340168ed989f9 /src/lib/ffmpeg_decoder.h | |
| parent | fad1998b907232b01a46369a49b55129149613bb (diff) | |
Untested trim of start and end.
Diffstat (limited to 'src/lib/ffmpeg_decoder.h')
| -rw-r--r-- | src/lib/ffmpeg_decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_decoder.h b/src/lib/ffmpeg_decoder.h index c04dba5b3..3f96c1632 100644 --- a/src/lib/ffmpeg_decoder.h +++ b/src/lib/ffmpeg_decoder.h @@ -69,7 +69,7 @@ public: private: - bool do_pass (); + bool pass (); PixelFormat pixel_format () const; int time_base_numerator () const; int time_base_denominator () const; |
