summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/dec_video.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-31 13:09:23 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-31 13:09:23 +0000
commit09d8c4ddf00a4cbc41a2102f661919f775be65ff (patch)
tree0ec6dd0a0cddfba3fe0631e9866c0895c7550482 /libmpcodecs/dec_video.h
parente68ab1115cac4df6eca47d9894bf48508350c4df (diff)
downloadmpv-09d8c4ddf00a4cbc41a2102f661919f775be65ff.tar.bz2
mpv-09d8c4ddf00a4cbc41a2102f661919f775be65ff.tar.xz
-afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7192 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/dec_video.h')
-rw-r--r--libmpcodecs/dec_video.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmpcodecs/dec_video.h b/libmpcodecs/dec_video.h
index be29e8e760..53c728dd1d 100644
--- a/libmpcodecs/dec_video.h
+++ b/libmpcodecs/dec_video.h
@@ -2,6 +2,8 @@
// dec_video.c:
extern int video_read_properties(sh_video_t *sh_video);
+extern void vfm_help();
+
//extern int init_video(sh_video_t *sh_video, int *pitches);
extern int init_video(sh_video_t *sh_video,char* codecname,char* vfm,int status);
extern void uninit_video(sh_video_t *sh_video);