Commit a9862fb2 authored by stefano's avatar stefano

Add missing header inclusion guard.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18647 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent cd103ced
......@@ -19,6 +19,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef AVCODEC_PIXDESC_H
#define AVCODEC_PIXDESC_H
#include <inttypes.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
}
}
}
#endif /* AVCODEC_PIXDESC_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