Skip to content

Commit

Permalink
Code cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
AchimTuran authored and popcornmix committed Mar 30, 2017
1 parent 50497bf commit ebe402c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace ActiveAE

typedef std::shared_ptr<CActiveAEDSPMode> CActiveAEDSPModePtr;
typedef std::pair <CActiveAEDSPModePtr, AE_DSP_ADDON> AE_DSP_MODEPAIR;
typedef std::vector<AE_DSP_MODEPAIR > AE_DSP_MODELIST;
typedef std::vector<AE_DSP_MODEPAIR> AE_DSP_MODELIST;

#define AE_DSP_MASTER_MODE_ID_INTERNAL_TYPES 0xFF00
#define AE_DSP_MASTER_MODE_ID_INTERNAL_STEREO_UPMIX (AE_DSP_MASTER_MODE_ID_INTERNAL_TYPES) /*!< Used to for internal stereo upmix over ffmpeg */
Expand Down

0 comments on commit ebe402c

Please sign in to comment.