summaryrefslogtreecommitdiffstats
path: root/thirdparties/mac/include/libavutil/bprint.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/mac/include/libavutil/bprint.h')
-rwxr-xr-xthirdparties/mac/include/libavutil/bprint.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/thirdparties/mac/include/libavutil/bprint.h b/thirdparties/mac/include/libavutil/bprint.h
index df78916..6dafdc7 100755
--- a/thirdparties/mac/include/libavutil/bprint.h
+++ b/thirdparties/mac/include/libavutil/bprint.h
@@ -74,12 +74,12 @@
*/
typedef struct AVBPrint {
FF_PAD_STRUCTURE(1024,
- char *str; /** string so far */
- unsigned len; /** length so far */
- unsigned size; /** allocated memory */
- unsigned size_max; /** maximum allocated memory */
- char reserved_internal_buffer[1];
- )
+ char *str; /** string so far */
+ unsigned len; /** length so far */
+ unsigned size; /** allocated memory */
+ unsigned size_max; /** maximum allocated memory */
+ char reserved_internal_buffer[1];
+ )
} AVBPrint;
/**
OpenPOWER on IntegriCloud