Error C4576 in VS2015 enterprise

前端 未结 4 1595
清歌不尽
清歌不尽 2021-01-12 12:08

I have the error C4576 in Visual studio 2015 when I tried to compile the file: transcoding.c.

The source code of this file is here: transcoding.c

4条回答
  •  长情又很酷
    2021-01-12 12:52

    Remove the parenthesis around the type in the macro definition. That should work.

    enc_ctx->time_base = AVRational { 1, enc_ctx->sample_rate };
    

提交回复
热议问题