summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-03 21:01:12 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-03 21:01:12 +0000
commit2468fadea2fe0969a9c3702391897c3eea46f7ad (patch)
treebab79b4ba54d2b7fc3a2d46e73e76efb583e1c3c /libvo
parent192e7ca3562ab5a0b2a2ab8ca8c83cbb04a8c11e (diff)
downloadmpv-2468fadea2fe0969a9c3702391897c3eea46f7ad.tar.bz2
mpv-2468fadea2fe0969a9c3702391897c3eea46f7ad.tar.xz
vo_format_name prototype added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2655 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/img_format.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/img_format.h b/libvo/img_format.h
index 0ff8eae610..c1829fa964 100644
--- a/libvo/img_format.h
+++ b/libvo/img_format.h
@@ -60,4 +60,6 @@ typedef struct {
int timestamp; // pts, 90000 Hz counter based
} vo_mpegpes_t;
+char *vo_format_name(int format);
+
#endif