mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-19 13:28:10 +08:00
Define AVMediaType enum, and use it instead of enum CodecType, which
is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -74,7 +74,7 @@ AVFilter avfilter_vsrc_nullsrc = {
|
||||
.outputs = (AVFilterPad[]) {
|
||||
{
|
||||
.name = "default",
|
||||
.type = CODEC_TYPE_VIDEO,
|
||||
.type = AVMEDIA_TYPE_VIDEO,
|
||||
.config_props = config_props,
|
||||
.request_frame = request_frame,
|
||||
},
|
||||
|
Reference in New Issue
Block a user