FFMPEG - Multi-version support (#270)

* FFMPEG 5.X - Support

* FFMPEG 5.X - Support

* FFMPEG - Multiversion support

* FFMPEG - Support FFMPEG AVCODEC > 58.134.X
This commit is contained in:
Kiriti Gowda
2024-03-05 05:34:05 -08:00
committed by GitHub
parent 983571c58f
commit ca067ae6ec
6 changed files with 45 additions and 15 deletions
+3
View File
@@ -26,6 +26,9 @@ THE SOFTWARE.
extern "C" {
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#if USE_AVCODEC_GREATER_THAN_58_134
#include <libavcodec/bsf.h>
#endif
}
#include "rocdecode.h"