Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Unified Diff: webrtc/modules/rtp_rtcp/source/h264/bitstream_parser_unittest.cc

Issue 1979443004: Add H264 bitstream rewriting to limit frame reordering marker in header (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fixed compiler warning on win Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/rtp_rtcp/source/h264/bitstream_parser_unittest.cc
diff --git a/webrtc/modules/rtp_rtcp/source/h264_bitstream_parser_unittest.cc b/webrtc/modules/rtp_rtcp/source/h264/bitstream_parser_unittest.cc
similarity index 97%
rename from webrtc/modules/rtp_rtcp/source/h264_bitstream_parser_unittest.cc
rename to webrtc/modules/rtp_rtcp/source/h264/bitstream_parser_unittest.cc
index 6c726c3120f5bdabd52cfcc53239158596d75a89..ec5d562b428418a6339bf190c3da81a235582576 100644
--- a/webrtc/modules/rtp_rtcp/source/h264_bitstream_parser_unittest.cc
+++ b/webrtc/modules/rtp_rtcp/source/h264/bitstream_parser_unittest.cc
@@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/modules/rtp_rtcp/source/h264_bitstream_parser.h"
+#include "webrtc/modules/rtp_rtcp/source/h264/bitstream_parser.h"
#include "testing/gtest/include/gtest/gtest.h"

Powered by Google App Engine
This is Rietveld 408576698