Closed Bug 1370062 Opened 7 years ago Closed 7 years ago

turn off more warnings for ffvpx

Categories

(Core :: Audio/Video, enhancement, P1)

All
Windows
enhancement

Tracking

()

RESOLVED FIXED
mozilla55
Tracking Status
firefox55 --- fixed

People

(Reporter: emk, Assigned: emk)

References

Details

Attachments

(1 file)

This is an MSVC counterpart of bug 1369791.

52:27.37 warning: media/ffvpx/libavcodec/bitstream.c:124 [C4334] '<<': 32 ビット シフトの結果が暗黙的に 64 ビットに変換 されました (64 ビット シフトに意図的に変換しようとしましたか?)
52:27.37 warning: media/ffvpx/libavcodec/utils.c:1916 [C4996] 'av_dup_packet': が古い形式として宣言されました。
52:27.38 warning: media/ffvpx/libavcodec/utils.c:2012 [C4996] 'av_dup_packet': が古い形式として宣言されました。
52:27.38 warning: media/ffvpx/libavcodec/utils.c:2788 [C4996] 'avcodec_decode_video2': が古い形式として宣言されました。
52:27.38 warning: media/ffvpx/libavcodec/utils.c:2793 [C4996] 'avcodec_decode_audio4': が古い形式として宣言されました。
52:27.38 warning: media/ffvpx/libavcodec/utils.c:2939 [C4996] 'avcodec_encode_video2': が古い形式として宣言されました。
52:27.38 warning: media/ffvpx/libavcodec/utils.c:2942 [C4996] 'avcodec_encode_audio2': が古い形式として宣言されました。
Assignee: nobody → VYV03354
Status: NEW → ASSIGNED
Rank: 15
Priority: -- → P1
Comment on attachment 8874193 [details]
Bug 1370062 - turn off more warnings in ffvpx.

https://reviewboard.mozilla.org/r/145624/#review149730

Thanks!
Attachment #8874193 - Flags: review?(giles) → review+
Pushed by rgiles@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c34f77a0b72b
turn off more warnings in ffvpx. r=rillian
https://hg.mozilla.org/mozilla-central/rev/c34f77a0b72b
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
and there is a reduction in compiler warnings:
== Change summary for alert #7042 (as of June 05 2017 14:36 UTC) ==

Improvements:

  3%  compiler warnings summary windows2012-64 opt      254.50 -> 247.00
  3%  compiler warnings summary windows2012-32 opt      226.58 -> 220.00
  3%  compiler warnings summary windowsxp opt           226.50 -> 220.00
  3%  compiler warnings summary windows2012-64 debug    261.50 -> 254.00
  3%  compiler warnings summary windows2012-32 debug    232.50 -> 226.00
  3%  compiler warnings summary windows2012-32-noopt debug 236.50 -> 230.00
  3%  compiler warnings summary windows2012-64 pgo      275.00 -> 267.75
  3%  compiler warnings summary windows2012-32 pgo      244.00 -> 237.58

For up to date results, see: https://treeherder.mozilla.org/perf.html#/alerts?id=7042
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: