Re-deprecated av_packet_split_side_data()
These calls can be replaced by adding a AVFMT_FLAG_KEEP_SIDE_DATA
flag to the AVFormatContext. I've verified tests fail without this
flag and without the split_side_data() call, but pass with just
the flag (CQ will double check).
https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/e4859f9094f2..f9e8b4275837
$ git log e4859f909..f9e8b4275 --date=short --no-merges --format='%ad %ae %s'
2017-10-23 dalecurtis Revert chromium patch removing deprecation for av_packet_split_side_data()
Created with:
roll-dep src/third_party/ffmpeg
BUG=720142
TEST=media_unitests, CQ.
Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Change-Id: I2dfc539baa1d908e9c26a17e8351fbe10c1c58e7
Reviewed-on: https://chromium-review.googlesource.com/734168
Commit-Queue: Chrome Cunningham <[email protected]>
Commit-Queue: Dale Curtis <[email protected]>
Reviewed-by: Chrome Cunningham <[email protected]>
Cr-Commit-Position: refs/heads/master@{#511000}
diff --git a/DEPS b/DEPS
index dfe2d7c..6c3acec 100644
--- a/DEPS
+++ b/DEPS
@@ -301,7 +301,7 @@
},
'src/third_party/ffmpeg':
- Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'e4859f9094f2e80e5845863da7c55d846c4f86f7',
+ Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'f9e8b4275837a3859988351b70d5d1e045838da8',
'src/third_party/findbugs': {
'url': Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '57f05238d3ac77ea0a194813d3065dd780c6e566',