Commit d3571381 authored by Felix Abecassis's avatar Felix Abecassis

h264_nal: add header guard

parent 61e14f1b
......@@ -18,6 +18,9 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifndef H264_NAL_H
# define H264_NAL_H
# ifdef HAVE_CONFIG_H
# include "config.h"
# endif
......@@ -44,3 +47,5 @@ void convert_h264_to_annexb( uint8_t *p_buf, uint32_t i_len,
/* Get level and Profile */
bool h264_get_profile_level(const es_format_t *p_fmt, size_t *p_profile,
size_t *p_level, size_t *p_nal_size);
#endif /* H264_NAL_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