summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/osal
diff options
context:
space:
mode:
authorRajneesh Chowdury <rajneeshc@google.com>2011-07-01 18:06:15 -0700
committerRajneesh Chowdury <rajneeshc@google.com>2011-07-07 15:47:58 -0700
commitbc8e52dadeb078c45e62ebda17fd95e67f689654 (patch)
tree4958ca3a550f66364a0a3987bcf76b469498b617 /libvideoeditor/osal
parentb13adac0f1ce1792151192966e428d1eed3ef826 (diff)
downloadframeworks_av-bc8e52dadeb078c45e62ebda17fd95e67f689654.zip
frameworks_av-bc8e52dadeb078c45e62ebda17fd95e67f689654.tar.gz
frameworks_av-bc8e52dadeb078c45e62ebda17fd95e67f689654.tar.bz2
Fix of issue 4973565 Cannot export movie.
Also fixes 4441452 Native Crash after applying transition Change-Id: Ic48c44bc2c5d07e57edb8f63393cea424d3275f4
Diffstat (limited to 'libvideoeditor/osal')
-rwxr-xr-xlibvideoeditor/osal/inc/M4OSA_Error.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvideoeditor/osal/inc/M4OSA_Error.h b/libvideoeditor/osal/inc/M4OSA_Error.h
index abcfe4f..4d59529 100755
--- a/libvideoeditor/osal/inc/M4OSA_Error.h
+++ b/libvideoeditor/osal/inc/M4OSA_Error.h
@@ -167,6 +167,8 @@ introducing dependencies to common/inc. */
/* The server asks for a redirection */
#define M4WAR_REDIRECT M4OSA_ERR_CREATE(M4_WAR,M4_COMMON,0x000007)
#define M4WAR_TOO_MUCH_STREAMS M4OSA_ERR_CREATE(M4_WAR,M4_COMMON,0x000008)
+/* SF Codec detected INFO_FORMAT_CHANGE during decode */
+#define M4WAR_INFO_FORMAT_CHANGE M4OSA_ERR_CREATE(M4_WAR, M4_COMMON, 0x000009)
#endif /*M4OSA_ERROR_H*/