comparison 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
comparison
equal deleted inserted replaced
1018:696ccd81403e 1019:ef905ded19fe
1150 const char* defstr; 1150 const char* defstr;
1151 /** char* list of supported codecs (i.e. ",msmpeg4,h263," NULL - everything */ 1151 /** char* list of supported codecs (i.e. ",msmpeg4,h263," NULL - everything */
1152 const char* supported; 1152 const char* supported;
1153 } avc_config_t; 1153 } avc_config_t;
1154 1154
1155 void avcodec_getopt(AVCodecContext* avctx, char* str, avc_config_t** config); 1155 void avcodec_getopt(AVCodecContext* avctx, const char* str, avc_config_t** config);
1156 1156
1157 /** 1157 /**
1158 * Interface for 0.5.0 version 1158 * Interface for 0.5.0 version
1159 * 1159 *
1160 * do not even think about it's usage for this moment 1160 * do not even think about it's usage for this moment