注意 和 之间的some_name
空格some_function
。我在一个.c
文件中看到了这个,想知道这里发生了什么。
int some_name some_function{
}
谢谢
编辑:
有问题的代码是:
int attribute_align_arg avcodec_open(AVCodecContext *avctx, AVCodec *codec)
{
return avcodec_open2(avctx, codec, NULL);
}
它来自utils.c