aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/android/jni/rgb2yuv.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/examples/android/jni/rgb2yuv.h')
-rwxr-xr-xtensorflow/examples/android/jni/rgb2yuv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tensorflow/examples/android/jni/rgb2yuv.h b/tensorflow/examples/android/jni/rgb2yuv.h
index 13ac4148f3..ff720fda7d 100755
--- a/tensorflow/examples/android/jni/rgb2yuv.h
+++ b/tensorflow/examples/android/jni/rgb2yuv.h
@@ -13,8 +13,8 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
-#ifndef ORG_TENSORFLOW_JNI_IMAGEUTILS_RGB2YUV_H_
-#define ORG_TENSORFLOW_JNI_IMAGEUTILS_RGB2YUV_H_
+#ifndef TENSORFLOW_EXAMPLES_ANDROID_JNI_RGB2YUV_H_
+#define TENSORFLOW_EXAMPLES_ANDROID_JNI_RGB2YUV_H_
#include <stdint.h>
@@ -32,4 +32,4 @@ void ConvertRGB565ToYUV420SP(const uint16_t* const input, uint8_t* const output,
}
#endif
-#endif // ORG_TENSORFLOW_JNI_IMAGEUTILS_RGB2YUV_H_
+#endif // TENSORFLOW_EXAMPLES_ANDROID_JNI_RGB2YUV_H_