抽象多媒体类, 修复gtest问题
This commit is contained in:
12
include/stream.h
Normal file
12
include/stream.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#include <libavcodec/codec.h>
|
||||
extern "C" {
|
||||
#include <libavcodec/avcodec.h>
|
||||
#include <libavformat/avformat.h>
|
||||
#include <libavutil/avutil.h>
|
||||
}
|
||||
|
||||
class Stream {
|
||||
private:
|
||||
AVFormatContext* m_avFormatContext;
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user