amfIncludes.hpp 233 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
// Copyright (c) 2012-2017 VideoStitch SAS
// Copyright (c) 2018 stitchEm

#ifndef AMFINCLUDES_HPP
#define AMFINCLUDES_HPP

#include "librtmp/amf.h"

#define mAVC(str) \
  { (char*)str, (int)strlen(str) }

#endif  // AMFINCLUDES_HPP