]> git.sesse.net Git - vlc/blobdiff - modules/codec/avcodec/avcodec.c
Split Avutil<->VLC chroma conversions functions from avcodec.h so that swscale doesn...
[vlc] / modules / codec / avcodec / avcodec.c
index b3b3feb54c322b402b219f842166cc70ce7a8f2a..c5b844f21caefc651c70a239a8d23f73245796bd 100644 (file)
@@ -47,6 +47,7 @@
 
 #include "avcodec.h"
 #include "avutil.h"
+#include "chroma.h"
 
 #if LIBAVCODEC_VERSION_INT < AV_VERSION_INT( 52, 25, 0 )
 #   error You must update libavcodec to a version >= 52.25.0