1- # FFmpeg4Java 3.1.1-1.0
1+ # FFmpeg4Java 3.1.1-1.1
22
33FFmpeg4Java provides a JNI wrapper of FFmpeg library version 3.1.1.
44
@@ -7,23 +7,23 @@ FFmpeg4Java provides a JNI wrapper of FFmpeg library version 3.1.1.
77
88FFmpeg4Java is distributed under the terms of BSD 3-Clause License.
99
10- Copyright (c) 2016, Andrea Medeghini
10+ Copyright (c) 2016-2018 , Andrea Medeghini
1111 All rights reserved.
12-
12+
1313 Redistribution and use in source and binary forms, with or without
1414 modification, are permitted provided that the following conditions are met:
15-
15+
1616 * Redistributions of source code must retain the above copyright notice, this
1717 list of conditions and the following disclaimer.
18-
18+
1919 * Redistributions in binary form must reproduce the above copyright notice,
2020 this list of conditions and the following disclaimer in the documentation
2121 and/or other materials provided with the distribution.
22-
22+
2323 * Neither the name of FFmpeg4Java nor the names of its
2424 contributors may be used to endorse or promote products derived from
2525 this software without specific prior written permission.
26-
26+
2727 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2828 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2929 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
@@ -133,7 +133,7 @@ The native library will be created in directory:
133133 build/com.nextbreakpoint.ffmpeg4java/src/main/resources/win32
134134
135135
136- ## Create and install artifacts
136+ ## Create and install artifacts
137137
138138We use Apache Maven to compile and package the artifacts.
139139
@@ -176,4 +176,3 @@ Run tests on Windows:
176176## TODO
177177
178178- Add sample application to show how to use the library
179-
0 commit comments