diff options
| author | 2009-10-21 15:06:21 -0700 | |
|---|---|---|
| committer | 2009-10-21 15:06:21 -0700 | |
| commit | 7a03b074a554ba3fd08dbc20cfd4b2f37c5f3aaa (patch) | |
| tree | 451143782461650f6a1301417d737e5c925dc034 | |
| parent | 6270d52c0dded8658733a392f3ef1f521bc5dbee (diff) | |
Now that the underlying bug is fixed we can continue using OMX_UseBuffer for this decoder's input buffers.
| -rw-r--r-- | media/libstagefright/OMXCodec.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/media/libstagefright/OMXCodec.cpp b/media/libstagefright/OMXCodec.cpp index 1a23fb26daeb..e3f03c4043b0 100644 --- a/media/libstagefright/OMXCodec.cpp +++ b/media/libstagefright/OMXCodec.cpp @@ -230,7 +230,6 @@ sp<OMXCodec> OMXCodec::Create( } if (!strncmp(componentName, "OMX.qcom.video.decoder.", 23)) { // XXX Required on P....on only. - quirks |= kRequiresAllocateBufferOnInputPorts; quirks |= kRequiresAllocateBufferOnOutputPorts; quirks |= kOutputDimensionsAre16Aligned; } |