// 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