# HG changeset patch # User kirithika <[email protected]> # Date 1545994037 -19800 # Fri Dec 28 16:17:17 2018 +0530 # Node ID bad4e598cac7cdd3df4623c68c91299c620471bd # Parent 17120cfb5c991887b540488d2c6f7d012c3aa0f2 Fix for line endings in encoder.h
diff -r 17120cfb5c99 -r bad4e598cac7 source/encoder/encoder.h
--- a/source/encoder/encoder.h Fri Dec 28 14:45:05 2018 +0530
+++ b/source/encoder/encoder.h Fri Dec 28 16:17:17 2018 +0530
@@ -313,7 +313,7 @@
void copyUserSEIMessages(Frame *frame, const x265_picture* pic_in);
- void configureDolbyVisionParams(x265_param* p);
+ void configureDolbyVisionParams(x265_param* p);
protected:
eol_fix.patch
Description: Binary data
_______________________________________________ x265-devel mailing list [email protected] https://mailman.videolan.org/listinfo/x265-devel
