mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
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
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue