X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Favformat%2Fproducer_avformat.c;h=7febf47113396267586d186804e0e7cb47e585c5;hb=f4d4669b66a9f23be85527f65dec19a566db561c;hp=d2099396102fe10191dfe7c678477b86d9d21e22;hpb=81928bc1d783aad0f2eaa2141be3895858d09121;p=melted diff --git a/src/modules/avformat/producer_avformat.c b/src/modules/avformat/producer_avformat.c index d209939..7febf47 100644 --- a/src/modules/avformat/producer_avformat.c +++ b/src/modules/avformat/producer_avformat.c @@ -40,6 +40,10 @@ #include #include +#if LIBAVUTIL_VERSION_INT < (50<<16) +#define PIX_FMT_YUYV422 PIX_FMT_YUV422 +#endif + void avformat_lock( ); void avformat_unlock( );