Skip to content
Snippets Groups Projects
Commit 5499a313 authored by Stefano Sabatini's avatar Stefano Sabatini
Browse files

Add missing header inclusion guard.

Originally committed as revision 18647 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9401d18f
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,9 @@ ...@@ -19,6 +19,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 AVCODEC_PIXDESC_H
#define AVCODEC_PIXDESC_H
#include <inttypes.h> #include <inttypes.h>
#include "libavutil/intreadwrite.h" #include "libavutil/intreadwrite.h"
...@@ -188,3 +191,5 @@ static inline void write_line(const uint16_t *src, uint8_t *data[4], const int l ...@@ -188,3 +191,5 @@ static inline void write_line(const uint16_t *src, uint8_t *data[4], const int l
} }
} }
} }
#endif /* AVCODEC_PIXDESC_H */
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