提交 fdbc29ca 编写于 作者: C Clément Bœsch

Merge commit '8191f960'

* commit '8191f960':
  examples/decode_video: constify the AVCodec instance
Merged-by: NClément Bœsch <u@pkh.me>
......@@ -79,7 +79,7 @@ static int decode_write_frame(const char *outfilename, AVCodecContext *avctx,
int main(int argc, char **argv)
{
const char *filename, *outfilename;
AVCodec *codec;
const AVCodec *codec;
AVCodecContext *c= NULL;
int frame_count;
FILE *f;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册