vlc | branch: master | Thomas Guillem <tho...@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,

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to