summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-22 15:05:57 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-22 15:05:57 +0100
commita83e1ca3f9fd1550020054b8e064a8e2048b6410 (patch)
treeeb4b965c45bf831f0471ad5c2f2b130fbca32b28 /src/lib/ffmpeg.h
parentd342a1befa88cb3f23c7e3fccfd1edaeea968fed (diff)
Set up all FFmpeg decoders in one method.
Diffstat (limited to 'src/lib/ffmpeg.h')
-rw-r--r--src/lib/ffmpeg.h3
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