We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a0714a commit fb15e67Copy full SHA for fb15e67
src/libavcodec/utils.c
@@ -36,14 +36,10 @@
36
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37
*/
38
39
-#ifdef HAVE_CONFIG_H
40
-#include "config.h"
41
-#include "config_unix.h"
42
-#include "config_win32.h"
43
-#endif // HAVE_CONFIG_H
44
-
45
#include "libavcodec/utils.h"
46
+#include <libavutil/pixfmt.h>
+
47
/// known UG<->AV pixfmt conversions, terminate with NULL (returned by
48
/// get_av_to_ug_pixfmts())
49
static const struct uv_to_av_pixfmt uv_to_av_pixfmts[] = {
0 commit comments