summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/wifi-display/VideoFormats.h
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2013-03-07 10:57:07 -0800
committerAndreas Huber <andih@google.com>2013-03-07 10:57:07 -0800
commit5abf87f9af48149972eeb851ecaea679911da040 (patch)
treea6289a39e6816d933125cfd4f444a7eacc713162 /media/libstagefright/wifi-display/VideoFormats.h
parent0ab4d86643dfb668a583c13b8bd61b589dbe8602 (diff)
downloadframeworks_av-5abf87f9af48149972eeb851ecaea679911da040.zip
frameworks_av-5abf87f9af48149972eeb851ecaea679911da040.tar.gz
frameworks_av-5abf87f9af48149972eeb851ecaea679911da040.tar.bz2
Disable our fancy logic to respect both sink and source's native formats
since it isn't actually supported by anything in the field. Change-Id: I9cd038d7631105de26303312ca87c472d67034d4
Diffstat (limited to 'media/libstagefright/wifi-display/VideoFormats.h')
-rw-r--r--media/libstagefright/wifi-display/VideoFormats.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/wifi-display/VideoFormats.h b/media/libstagefright/wifi-display/VideoFormats.h
index a84407a..69e2197 100644
--- a/media/libstagefright/wifi-display/VideoFormats.h
+++ b/media/libstagefright/wifi-display/VideoFormats.h
@@ -60,7 +60,7 @@ struct VideoFormats {
bool *interlaced);
bool parseFormatSpec(const char *spec);
- AString getFormatSpec() const;
+ AString getFormatSpec(bool forM4Message = false) const;
static bool PickBestFormat(
const VideoFormats &sinkSupported,