From 0c28820dcde47398f98a5152694f68f6ae221960 Mon Sep 17 00:00:00 2001 From: Byoungchan Lee Date: Thu, 24 Mar 2022 17:40:03 +0900 Subject: [PATCH] Fix FRAME delimiter is not handled properly in yuv/y4m reader Note that sdk/android/api/org/webrtc/FileVideoCapturer.java is handling correctly. Bug: None Change-Id: I3a9783d75bd0a4b3a454b87a01039154200c4d29 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/256581 Auto-Submit: Daniel.L (Byoungchan) Lee Reviewed-by: Mirko Bonadei Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/main@{#36315} --- rtc_tools/video_file_reader.cc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rtc_tools/video_file_reader.cc b/rtc_tools/video_file_reader.cc index c6fa5870e8..6e722b1235 100644 --- a/rtc_tools/video_file_reader.cc +++ b/rtc_tools/video_file_reader.cc @@ -204,9 +204,10 @@ rtc::scoped_refptr