diff avcodec.h @ 1019:ef905ded19fe libavcodec

* code for parsing options now options have to be added... - see main for a simple usage example.
author kabi
date Mon, 20 Jan 2003 19:04:39 +0000
parents 6129c88a6393
children d6ba0641cc36
line wrap: on
line diff
--- a/avcodec.h	Mon Jan 20 18:43:31 2003 +0000
+++ b/avcodec.h	Mon Jan 20 19:04:39 2003 +0000
@@ -1152,7 +1152,7 @@
     const char* supported;
 } avc_config_t;
 
-void avcodec_getopt(AVCodecContext* avctx, char* str, avc_config_t** config);
+void avcodec_getopt(AVCodecContext* avctx, const char* str, avc_config_t** config);
 
 /**
  * Interface for 0.5.0 version