qt/Compass/ffutil.h

13 lines
241 B
C
Raw Permalink Normal View History

2025-03-14 15:23:08 +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