changeset 2654:ad3a6bcad1d7

vo_format_name prototype added
author alex
date Sat, 03 Nov 2001 21:01:12 +0000
parents a863a97f3a1c
children 40fbed77bbb8
files libvo/img_format.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/img_format.h	Sat Nov 03 21:00:04 2001 +0000
+++ b/libvo/img_format.h	Sat Nov 03 21:01:12 2001 +0000
@@ -60,4 +60,6 @@
     int timestamp; // pts, 90000 Hz counter based
 } vo_mpegpes_t;
 
+char *vo_format_name(int format);
+
 #endif