aboutsummaryrefslogtreecommitdiff
path: root/modules/video_coding/codecs/h264/include/h264_globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/video_coding/codecs/h264/include/h264_globals.h')
-rw-r--r--modules/video_coding/codecs/h264/include/h264_globals.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/video_coding/codecs/h264/include/h264_globals.h b/modules/video_coding/codecs/h264/include/h264_globals.h
index 365dbca5d2..bfeba673a9 100644
--- a/modules/video_coding/codecs/h264/include/h264_globals.h
+++ b/modules/video_coding/codecs/h264/include/h264_globals.h
@@ -53,11 +53,6 @@ inline std::string ToString(H264PacketizationMode mode) {
return "";
}
-inline std::ostream& operator<<(std::ostream& stream,
- H264PacketizationMode mode) {
- return stream << ToString(mode);
-}
-
struct NaluInfo {
uint8_t type;
int sps_id;