Commit 65df83c9 authored by Thomas Guillem's avatar Thomas Guillem

h264_nal: add references in comment

parent a6a3652d
...@@ -22,6 +22,11 @@ ...@@ -22,6 +22,11 @@
#include <limits.h> #include <limits.h>
/*
* For avcC specification, see ISO/IEC 14496-15,
* For Annex B specification, see ISO/IEC 14496-10
*/
static const uint8_t annexb_startcode[] = { 0x00, 0x00, 0x01 }; static const uint8_t annexb_startcode[] = { 0x00, 0x00, 0x01 };
int convert_sps_pps( decoder_t *p_dec, const uint8_t *p_buf, int convert_sps_pps( decoder_t *p_dec, const uint8_t *p_buf,
......
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