video_replay: add support for IVF file output

adding a -decoder_ivf_filename command line flag.

BUG=none

Change-Id: I895a6bf8093d5f36c17462d97240b17ada4dc9f1
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/201560
Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Ilya Nikolaevskiy <ilnik@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#33077}
This commit is contained in:
Philipp Hancke
2021-01-26 18:05:56 +01:00
committed by Commit Bot
parent 1d77c3ef17
commit fae4fb1345
3 changed files with 58 additions and 4 deletions

View File

@ -29,4 +29,7 @@ specific_include_rules = {
"+modules/video_coding/utility/ivf_file_writer.h",
"+modules/video_coding/codecs/h264/include/h264.h",
],
".*video_replay\.cc": [
"+modules/video_coding/utility/ivf_file_writer.h",
],
}