# HG changeset patch
# User Steve Borho <[email protected]>
# Date 1384825065 21600
#      Mon Nov 18 19:37:45 2013 -0600
# Node ID ba9cb99c569329d13c66fd519f3f5ce8931c535c
# Parent  08130599663661b31deeb7bf6771c55c1d7a3027
api: remove old suffix and prefix from C symbols in comment, reflow

diff -r 081305996636 -r ba9cb99c5693 source/x265.h
--- a/source/x265.h     Mon Nov 18 19:35:53 2013 -0600
+++ b/source/x265.h     Mon Nov 18 19:37:45 2013 -0600
@@ -65,11 +65,11 @@
     NAL_UNIT_INVALID = 64,
 } NalUnitType;
 
-/* The data within the payload is already NAL-encapsulated; the type
- * is merely in the struct for easy access by the calling application.
- * All data returned in an x265_nal_t, including the data in p_payload, is no 
longer
- * valid after the next call to x265_encoder_encode.  Thus it must be used or 
copied
- * before calling x265_encoder_encode again. */
+/* The data within the payload is already NAL-encapsulated; the type is merely
+ * in the struct for easy access by the calling application.  All data returned
+ * in an x265_nal, including the data in payload, is no longer valid after the
+ * next call to x265_encoder_encode.  Thus it must be used or copied before
+ * calling x265_encoder_encode again. */
 typedef struct x265_nal
 {
     uint32_t type;        /* NalUnitType */
_______________________________________________
x265-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/x265-devel

Reply via email to