diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-22 15:05:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-22 15:05:57 +0100 |
| commit | a83e1ca3f9fd1550020054b8e064a8e2048b6410 (patch) | |
| tree | eb4b965c45bf831f0471ad5c2f2b130fbca32b28 /src/lib/ffmpeg.h | |
| parent | d342a1befa88cb3f23c7e3fccfd1edaeea968fed (diff) | |
Set up all FFmpeg decoders in one method.
Diffstat (limited to 'src/lib/ffmpeg.h')
| -rw-r--r-- | src/lib/ffmpeg.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/ffmpeg.h b/src/lib/ffmpeg.h index 760918437..1d2c312e6 100644 --- a/src/lib/ffmpeg.h +++ b/src/lib/ffmpeg.h @@ -79,8 +79,7 @@ protected: private: void setup_general (); - void setup_video (); - void setup_audio (); + void setup_decoders (); }; #endif |
