summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-25 02:01:21 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-25 02:01:21 +0000
commitca1203990581809a2dd9f7e2967cf9a11989a8b9 (patch)
tree08583abfcac7be12d01d3db0ef1f48ed91a0f164 /mencoder.c
parentb999641f51b3405ce523a02b7cb281544f50741c (diff)
downloadmpv-ca1203990581809a2dd9f7e2967cf9a11989a8b9.tar.bz2
mpv-ca1203990581809a2dd9f7e2967cf9a11989a8b9.tar.xz
No need to include the whole libinput in mencoder
for a single useless function. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18268 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/mencoder.c b/mencoder.c
index c234ecb00a..223f96de30 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -213,7 +213,11 @@ char *info_copyright=NULL;
char *info_sourceform=NULL;
char *info_comment=NULL;
-
+// Needed by libmpdemux.
+int mp_input_check_interrupt(int time) {
+ usec_sleep(time);
+ return 0;
+}
//char *out_audio_codec=NULL; // override audio codec
//char *out_video_codec=NULL; // override video codec