[SCM] libav/experimental: stereo3d: add missing include guards

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:03:32 UTC 2014


The following commit has been merged in the experimental branch:
commit 440842c4eb1d7709654ec97cd687663d11ef499c
Author: Vittorio Giovara <vittorio.giovara at gmail.com>
Date:   Mon Apr 21 02:33:35 2014 +0200

    stereo3d: add missing include guards

diff --git a/libavutil/stereo3d.h b/libavutil/stereo3d.h
index 695d6f1..b1910b1 100644
--- a/libavutil/stereo3d.h
+++ b/libavutil/stereo3d.h
@@ -18,6 +18,9 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#ifndef AVUTIL_STEREO3D_H
+#define AVUTIL_STEREO3D_H
+
 #include <stdint.h>
 
 #include "frame.h"
@@ -145,3 +148,5 @@ AVStereo3D *av_stereo3d_alloc(void);
  * @return The AVStereo3D structure to be filled by caller.
  */
 AVStereo3D *av_stereo3d_create_side_data(AVFrame *frame);
+
+#endif /* AVUTIL_STEREO3D_H */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list