summaryrefslogtreecommitdiffstats
path: root/cmds/screenrecord/screenrecord.h
diff options
context:
space:
mode:
authorAndy McFadden <fadden@android.com>2013-12-20 13:40:34 -0800
committerAndy McFadden <fadden@android.com>2014-01-07 12:36:17 -0800
commitc475546b6df3b8febc0191e5895f4546a0abd52f (patch)
tree2485ccdc3cec47ccb92e1e41da16e82e15bbc9b6 /cmds/screenrecord/screenrecord.h
parent67d15f9ab45e7c03b23c871f680b1fae577ac43a (diff)
downloadframeworks_av-c475546b6df3b8febc0191e5895f4546a0abd52f.zip
frameworks_av-c475546b6df3b8febc0191e5895f4546a0abd52f.tar.gz
frameworks_av-c475546b6df3b8febc0191e5895f4546a0abd52f.tar.bz2
Provide raw H.264 output from screenrecord
This adds an experimental (undocumented) "--raw" flag. If set, we output an H.264 byte stream rather than a .mp4 file. If the filename is "-", we send the output to stdout. If stdout is a tty, we reconfigure it to avoid CRLF line termination over adb. Bug 12239887 Change-Id: I00ceb628bd885916eaf4658ea7f08f620ad74c03
Diffstat (limited to 'cmds/screenrecord/screenrecord.h')
-rw-r--r--cmds/screenrecord/screenrecord.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/screenrecord/screenrecord.h b/cmds/screenrecord/screenrecord.h
index 95e8a68..9b058c2 100644
--- a/cmds/screenrecord/screenrecord.h
+++ b/cmds/screenrecord/screenrecord.h
@@ -18,6 +18,6 @@
#define SCREENRECORD_SCREENRECORD_H
#define kVersionMajor 1
-#define kVersionMinor 1
+#define kVersionMinor 2
#endif /*SCREENRECORD_SCREENRECORD_H*/