summaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorZdenek Kabelac <kabi@informatics.muni.cz>2003-01-20 19:04:39 +0000
committerZdenek Kabelac <kabi@informatics.muni.cz>2003-01-20 19:04:39 +0000
commit2a743f633e1c2747a98fa0109f5e0337e9f10dd6 (patch)
treea324af300e8c4bb696dadc168d2739d0e1016165 /libavcodec/avcodec.h
parent56f7fda16b4fb12416a158fec8fdcb9cbf4b530e (diff)
downloadffmpeg-streaming-2a743f633e1c2747a98fa0109f5e0337e9f10dd6.zip
ffmpeg-streaming-2a743f633e1c2747a98fa0109f5e0337e9f10dd6.tar.gz
* 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
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud