[vlc-commits] h264_nal: add references in comment

Thomas Guillem git at videolan.org
Thu Jul 30 13:40:46 CEST 2015


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Jul 30 13:35:39 2015 +0200| [65df83c9ac6c7a53ec9fbca924f8d9a93495b734] | committer: Thomas Guillem

h264_nal: add references in comment

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=65df83c9ac6c7a53ec9fbca924f8d9a93495b734
---

 modules/packetizer/h264_nal.c |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/modules/packetizer/h264_nal.c b/modules/packetizer/h264_nal.c
index 10a7494..b5cd3d2 100644
--- a/modules/packetizer/h264_nal.c
+++ b/modules/packetizer/h264_nal.c
@@ -22,6 +22,11 @@
 
 #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 };
 
 int convert_sps_pps( decoder_t *p_dec, const uint8_t *p_buf,



More information about the vlc-commits mailing list