Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8a34499a authored by Abhishek Arya's avatar Abhishek Arya Committed by Android Git Automerger
Browse files

am c23e3dd8: Fix compile after rI431aa2b7d30a942350ab6d105451c6b77e2f99d4

* commit 'c23e3dd8':
  Fix compile after rI431aa2b7d30a942350ab6d105451c6b77e2f99d4
parents ce380290 c23e3dd8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -15,6 +15,9 @@
 * and limitations under the License.
 * -------------------------------------------------------------------
 */

#include <stdint.h>

#include "mp4dec_lib.h"
#include "vlc_decode.h"
#include "bitstream.h"
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,8 @@
 * -------------------------------------------------------------------
 */

#include <stdint.h>

#include "mp4enc_lib.h"
#include "bitstream_io.h"
#include "rate_control.h"