Skip to content

Commit

Permalink
mm-core: Add MediaDefs for new QC parsers
Browse files Browse the repository at this point in the history
- Add MediaDefs for new QC parsers

Change-Id: I330ec98b83aff6564ec4bb1848fcf2f1b05eeba1
  • Loading branch information
Jayasena Sangaraboina authored and Daz Jones committed Nov 15, 2013
1 parent 850d332 commit da80708
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion mm-core/inc/QCMediaDefs.h
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012, The Linux Foundation. All rights reserved.
* Copyright (c) 2012 - 2013, The Linux Foundation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
Expand Down Expand Up @@ -50,6 +50,17 @@ extern const char *MEDIA_MIMETYPE_AUDIO_DTS;
extern const char *MEDIA_MIMETYPE_AUDIO_DTS_LBR;
extern const char *MEDIA_MIMETYPE_AUDIO_EAC3;
extern const char *MEDIA_MIMETYPE_AUDIO_AMR_WB_PLUS;
extern const char *MEDIA_MIMETYPE_CONTAINER_QCMPEG2TS;
extern const char *MEDIA_MIMETYPE_VIDEO_HEVC;
extern const char *MEDIA_MIMETYPE_CONTAINER_QCMPEG;
extern const char *MEDIA_MIMETYPE_CONTAINER_QCAMR_NB;
extern const char *MEDIA_MIMETYPE_CONTAINER_QCAMR_WB;
extern const char *MEDIA_MIMETYPE_CONTAINER_QCWAV;
extern const char *MEDIA_MIMETYPE_CONTAINER_QCFLV;
extern const char *MEDIA_MIMETYPE_CONTAINER_QCMPEG2PS;
extern const char *MEDIA_MIMETYPE_CONTAINER_QCMPEG4;
extern const char *MEDIA_MIMETYPE_CONTAINER_QCMATROSKA;
extern const char *MEDIA_MIMETYPE_CONTAINER_QCOGG;

} // namespace android

Expand Down

0 comments on commit da80708

Please sign in to comment.