错误:
In file included from AppDec.cpp:26:0: ../../NvCodec/../Utils/FFmpegDemuxer.h: 在构造函数‘FFmpegDemuxer::FFmpegDemuxer(AVFormatContext*)’中: ../../NvCodec/../Utils/FFmpegDemuxer.h:93:14: 错误:‘AV_PIX_FMT_YUV420P12LE’在此作用域中
尚未声明
case AV_PIX_FMT_YUV420P12LE:
在哪里有这个定义
External/FFmpeg/include/libavutil/pixfmt.h
解决办法
修改common.mk,增加一句:
INCLUDES += -I../../External/FFmpeg/include