From 2a743f633e1c2747a98fa0109f5e0337e9f10dd6 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Mon, 20 Jan 2003 19:04:39 +0000 Subject: * code for parsing options now options have to be added... - see main for a simple usage example. Originally committed as revision 1480 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/avcodec.h') diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 72d6d32..fee760c 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1152,7 +1152,7 @@ typedef struct { 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 -- cgit v1.1