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

Unified Diff: media/base/codec.h

Issue 2951033003: [EXPERIMENTAL] Generic stereo codec with index header sending single frames
Patch Set: Rebase and add external codec support. Created 3 years, 3 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
« no previous file with comments | « common_video/video_frame_buffer.cc ('k') | media/base/codec.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/codec.h
diff --git a/media/base/codec.h b/media/base/codec.h
index ed5c1215b6ce5634af93e4d58609316d15e51aad..627ba574cf472894a3f0b7ab679f4755d2b19eff 100644
--- a/media/base/codec.h
+++ b/media/base/codec.h
@@ -198,6 +198,9 @@ struct VideoCodec : public Codec {
static VideoCodec CreateRtxCodec(int rtx_payload_type,
int associated_payload_type);
+ static VideoCodec CreateStereoCodec(int stereo_payload_type,
+ const VideoCodec& codec);
+ static bool IsStereoCodec(const VideoCodec& codec);
enum CodecType {
CODEC_VIDEO,
« no previous file with comments | « common_video/video_frame_buffer.cc ('k') | media/base/codec.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698