diff options
author | Chih-hung Hsieh <chh@google.com> | 2014-11-17 20:27:28 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-11-17 20:27:28 +0000 |
commit | 1c39c28ed6537cab06d681f8f3c0a4d17bb0543d (patch) | |
tree | 02c18278dbd2755e036da67904d5b1c38c95942d /cmds | |
parent | 98d78d1579d3702d7a94dd7d582d1cd99e35f22e (diff) | |
parent | 8c5ee61a057e3b87e8f0800b284642bf3b107fd0 (diff) | |
download | frameworks_av-1c39c28ed6537cab06d681f8f3c0a4d17bb0543d.zip frameworks_av-1c39c28ed6537cab06d681f8f3c0a4d17bb0543d.tar.gz frameworks_av-1c39c28ed6537cab06d681f8f3c0a4d17bb0543d.tar.bz2 |
am 8c5ee61a: am d86450b9: am c80b9b83: Merge "Fix struct vs. class mismatches"
* commit '8c5ee61a057e3b87e8f0800b284642bf3b107fd0':
Fix struct vs. class mismatches
Diffstat (limited to 'cmds')
-rw-r--r-- | cmds/stagefright/SineSource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/stagefright/SineSource.h b/cmds/stagefright/SineSource.h index 76ab669..d772e0d 100644 --- a/cmds/stagefright/SineSource.h +++ b/cmds/stagefright/SineSource.h @@ -6,7 +6,7 @@ namespace android { -struct MediaBufferGroup; +class MediaBufferGroup; struct SineSource : public MediaSource { SineSource(int32_t sampleRate, int32_t numChannels); |