[x265] [PATCH 3 of 9] api: remove old suffix and prefix from C symbols in comment, reflow
Steve Borho
steve at borho.org
Tue Nov 19 08:41:14 CET 2013
# HG changeset patch
# User Steve Borho <steve at borho.org>
# 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 */
More information about the x265-devel
mailing list