summaryrefslogtreecommitdiff
path: root/codecs.h
diff options
context:
space:
mode:
Diffstat (limited to 'codecs.h')
-rwxr-xr-xcodecs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/codecs.h b/codecs.h
index d9f1a2c..2bf848d 100755
--- a/codecs.h
+++ b/codecs.h
@@ -25,9 +25,9 @@ class cCodecs {
char *getVCodec(int i);
char *getACodec(int i);
char *getContainer(int i);
- int getNumVCodec(char *v);
- int getNumACodec(char *a);
- int getNumContainer(char *c);
+ int getNumVCodec(const char *v);
+ int getNumACodec(const char *a);
+ int getNumContainer(const char *c);
char **getACodecs();
char **getVCodecs();
char **getContainers();