1 // Copyright (c) the JPEG XL Project Authors. All rights reserved.
3 // Use of this source code is governed by a BSD-style
4 // license that can be found in the LICENSE file.
6 #ifndef LIB_JPEGLI_INPUT_H_
7 #define LIB_JPEGLI_INPUT_H_
9 #include "lib/jpegli/common.h"
13 void ChooseInputMethod(j_compress_ptr cinfo
);
17 #endif // LIB_JPEGLI_INPUT_H_