commit | 3e95924201b6f644775790f87692f38a61f29482 | [log] [tgz] |
---|---|---|
author | Leena Winterrowd <lenhardw@codeaurora.org> | Mon Aug 12 18:26:57 2013 -0700 |
committer | vivek mehta <mvivek@codeaurora.org> | Tue Aug 13 00:14:44 2013 -0700 |
tree | af153ef805a69ccb8d8052ad690955bc06a937f3 | |
parent | 5980717b347dce9c644c77d89f0efdcc5ef31c0d [diff] |
mm-video: vidc: Reset state of H263 parser on reconfig State is mantained across reconfigs in the frame_parse class, but the object is allocated in stack memory so we can't just free. This adds a reset function that is called on original buffer allocation to reset the frame parser. Change-Id: Ibc3516f24bd97ca7da780dde8cda2c4f84f7991a CRs-fixed: 515586