error C4996: 'avcodec_free_frame': was declared deprecated

今天從一個老的工程中,提取了一段使用ffmpege解碼視頻的代碼,編譯工程的時候,出現下面的鏈接錯誤 error C4996: 'avcodec_free_frame': was declared deprecated 查看avcodec_free_frame的接口定義, attribute_deprecated void avcodec_free_frame(AVFrame **frame);
相關文章
相關標籤/搜索