Skip to content
Snippets Groups Projects
Commit 7af8f132 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

mediahandler: forward-declare AVFrame

Change-Id: I8c27143000c8e02d2245e0329ad87f5cf846a73f
parent cd2d4263
No related branches found
No related tags found
No related merge requests found
......@@ -22,11 +22,15 @@
#include "streamdata.h"
#include "observer.h"
#include <libavutil/frame.h>
#include <string>
#include <memory>
#include <map>
extern "C" {
struct AVFrame;
}
namespace jami {
using avSubjectPtr = std::shared_ptr<Observable<AVFrame*>>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment