Skip to content

Commit 90b6ec7

Browse files
committed
from_lavc_vid_conv: supporess unused fn warn
1 parent 3a10886 commit 90b6ec7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/libavcodec/from_lavc_vid_conv.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,6 +1042,7 @@ yuv422p_to_v210(struct av_conv_data d)
10421042
}
10431043
}
10441044

1045+
#if VUYX_PRESENT
10451046
static void
10461047
yuv444p_to_vuya(struct av_conv_data d)
10471048
{
@@ -1066,6 +1067,7 @@ yuv444p_to_vuya(struct av_conv_data d)
10661067
}
10671068
}
10681069
}
1070+
#endif // VUYX_PRESENT
10691071

10701072
static void
10711073
yuv444p_to_uyvy(struct av_conv_data d)

0 commit comments

Comments
 (0)