Add missing header inclusion guard.
Originally committed as revision 18647 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9401d18fa5
commit
5499a31322
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user