MediaRecorder.h:correct MEDIA_RECORDER_ERROR enum

MEDIA_RECORDER_ERROR state had an enum value 0 which would not work with some of the existing
code using bitwise operators (mask). Hence, set a new value for this state.

Bug: 120389907

Test: cts-tradefed run cts-dev --module CtsMediaTestCases --compatibility:module-arg
      CtsMediaTestCases:include-annotation:android.platform.test.annotations.RequiresDevice

Change-Id: I06f35b7438ff12050dd34bc64fbdca3a5c07b47a
1 file changed