| Index: media/ffmpeg/ffmpeg_common.h
|
| diff --git a/media/ffmpeg/ffmpeg_common.h b/media/ffmpeg/ffmpeg_common.h
|
| index fa5dfee1dd5ef332101d3abbd5c96a74a04f2463..ff8f607b2e02ef2c07c7e51e2ccaeec9dc224aa4 100644
|
| --- a/media/ffmpeg/ffmpeg_common.h
|
| +++ b/media/ffmpeg/ffmpeg_common.h
|
| @@ -23,8 +23,8 @@
|
| // Include FFmpeg header files.
|
| extern "C" {
|
| // Disable deprecated features which result in spammy compile warnings. This
|
| -// list of defines must mirror those in the 'defines' section of BUILD.gn file &
|
| -// ffmpeg.gyp file or the headers below will generate different structures!
|
| +// list of defines must mirror those in the 'defines' section of FFmpeg's
|
| +// BUILD.gn file or the headers below will generate different structures!
|
| #define FF_API_CONVERGENCE_DURATION 0
|
| // Upstream libavcodec/utils.c still uses the deprecated
|
| // av_dup_packet(), causing deprecation warnings.
|
|
|