microsoft / FFmpegInterop

This is a code sample to make it easier to use FFmpeg in Windows applications.
Apache License 2.0
1.27k stars 308 forks source link

MSFT: 50214245 - Update to FFmpeg 7.0 #314

Closed brbeec closed 2 months ago

brbeec commented 2 months ago

Why is this change being made?

We're updating to the latest version of FFmpeg.

What changed?

How was the change tested?

I validated the following scenarios:

brabebhin commented 2 months ago

Hi @brbeec,

How did you manage to convince the ffmpeg toolchain to use the proper C11 compiler?

Thanks.

brbeec commented 2 months ago

Hi @brbeec,

How did you manage to convince the ffmpeg toolchain to use the proper C11 compiler?

Thanks.

@brabebhin I didn't have to do anything special for this change. I'm currently using VS 2022 v17.9.6, if that helps.

brabebhin commented 2 months ago

Interesting. Thanks for confirming.