成功支持Radeon Image Filter

This commit is contained in:
2025-04-02 03:09:02 +08:00
parent 9e87985182
commit 12a921e172
7 changed files with 161 additions and 40 deletions

View File

@@ -129,7 +129,7 @@ public:
video_stream=nullptr;
video_stream_index=-1;
for(int i=0;i<ctx->nb_streams;i++)
for(uint i=0;i<ctx->nb_streams;i++)
{
if(ctx->streams[i]->codecpar->codec_type==AVMEDIA_TYPE_VIDEO)
{