fix major minor from last commit

This commit is contained in:
GetAway
2021-10-02 11:16:23 +02:00
parent 61ff7b3de0
commit 627b43ada0

View File

@@ -2,7 +2,7 @@
// mpeg4-part2 in mipsel receivers
// http://forums.openpli.org/topic/39326-gstreamer10-and-mpeg4-part2/?hl=%2Bmpeg4+%2Bpart2
//
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(57, 15, 100)
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(59, 0, 100)
#include <libavcodec/bsf.h>
#endif