comparison pixdesc.h @ 9529:e885f6298a7a libavcodec

Add missing header inclusion guard.
author stefano
date Tue, 21 Apr 2009 21:51:01 +0000
parents dad1c3ed61f1
children 717f799077ad
comparison
equal deleted inserted replaced
9528:dad1c3ed61f1 9529:e885f6298a7a
16 * 16 *
17 * You should have received a copy of the GNU Lesser General Public 17 * You should have received a copy of the GNU Lesser General Public
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21
22 #ifndef AVCODEC_PIXDESC_H
23 #define AVCODEC_PIXDESC_H
21 24
22 #include <inttypes.h> 25 #include <inttypes.h>
23 26
24 #include "libavutil/intreadwrite.h" 27 #include "libavutil/intreadwrite.h"
25 #include "get_bits.h" 28 #include "get_bits.h"
186 } 189 }
187 p+= step; 190 p+= step;
188 } 191 }
189 } 192 }
190 } 193 }
194
195 #endif /* AVCODEC_PIXDESC_H */