Commit b05d5089 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '440842c4'

* commit '440842c4':
  stereo3d: add missing include guards
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 05d95c53 440842c4
...@@ -18,6 +18,9 @@ ...@@ -18,6 +18,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#ifndef AVUTIL_STEREO3D_H
#define AVUTIL_STEREO3D_H
#include <stdint.h> #include <stdint.h>
#include "frame.h" #include "frame.h"
...@@ -145,3 +148,5 @@ AVStereo3D *av_stereo3d_alloc(void); ...@@ -145,3 +148,5 @@ AVStereo3D *av_stereo3d_alloc(void);
* @return The AVStereo3D structure to be filled by caller. * @return The AVStereo3D structure to be filled by caller.
*/ */
AVStereo3D *av_stereo3d_create_side_data(AVFrame *frame); AVStereo3D *av_stereo3d_create_side_data(AVFrame *frame);
#endif /* AVUTIL_STEREO3D_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment