summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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