summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/vss/stagefrightshells/src/VideoEditor3gpReader.cpp
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2012-12-21 14:09:14 -0800
committerGerrit Code Review <noreply-gerritcodereview@google.com>2012-12-21 14:09:14 -0800
commit12834fe289e8173e94f31603fa6d313abe56ad70 (patch)
tree63289554db6ac52fdd4cc49975bd7b335cedc9a8 /libvideoeditor/vss/stagefrightshells/src/VideoEditor3gpReader.cpp
parentb54cedabdf0261211241e2f3af09c75cffd911ed (diff)
parent437ced8a14944bf5450df50c5e7e7a6dfe20ea40 (diff)
downloadframeworks_av-12834fe289e8173e94f31603fa6d313abe56ad70.zip
frameworks_av-12834fe289e8173e94f31603fa6d313abe56ad70.tar.gz
frameworks_av-12834fe289e8173e94f31603fa6d313abe56ad70.tar.bz2
Merge "libvideoeditor: fix code bugs when enabling all-level debugging macros"
Diffstat (limited to 'libvideoeditor/vss/stagefrightshells/src/VideoEditor3gpReader.cpp')
-rwxr-xr-xlibvideoeditor/vss/stagefrightshells/src/VideoEditor3gpReader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvideoeditor/vss/stagefrightshells/src/VideoEditor3gpReader.cpp b/libvideoeditor/vss/stagefrightshells/src/VideoEditor3gpReader.cpp
index f735c0b..3c8915a 100755
--- a/libvideoeditor/vss/stagefrightshells/src/VideoEditor3gpReader.cpp
+++ b/libvideoeditor/vss/stagefrightshells/src/VideoEditor3gpReader.cpp
@@ -975,7 +975,7 @@ M4OSA_ERR VideoEditor3gpReader_getNextAu(M4OSA_Context context,
status_t error;
int32_t i32Tmp = 0;
- M4OSA_DEBUG_IF1((pReaderContext == 0), M4ERR_PARAMETER,
+ M4OSA_DEBUG_IF1(( pC== 0), M4ERR_PARAMETER,
"VideoEditor3gpReader_getNextAu: invalid context");
M4OSA_DEBUG_IF1((pStreamHandler == 0), M4ERR_PARAMETER,
"VideoEditor3gpReader_getNextAu: invalid pointer to M4_StreamHandler");