diff libmpcodecs/img_format.h @ 19108:5e767cabf4cd

marks several read-only string parameters and function return-values which can only be used read-only as const. Patch by Stefan Huehner, stefan _AT huener-org
author reynaldo
date Sun, 16 Jul 2006 01:20:30 +0000
parents 147df4568b71
children 6b18c979dd45
line wrap: on
line diff
--- a/libmpcodecs/img_format.h	Sat Jul 15 23:42:44 2006 +0000
+++ b/libmpcodecs/img_format.h	Sun Jul 16 01:20:30 2006 +0000
@@ -114,6 +114,6 @@
     int timestamp; // pts, 90000 Hz counter based
 } vo_mpegpes_t;
 
-char *vo_format_name(int format);
+const char *vo_format_name(int format);
 
 #endif