qt/LedOK/base/ffutil.h

13 lines
241 B
C
Raw Normal View History

2022-10-27 15:07:45 +08:00
#ifndef FFUTIL_H
#define FFUTIL_H
#include <QImage>
extern "C"{
#include <libavcodec/avcodec.h>
}
QString videoInfo(QByteArray url, QImage &, int64_t *dur, AVCodecID *);
QString audioInfo(QByteArray url, int64_t *dur);
#endif // FFUTIL_H