Advertisement
Guest User

Untitled

a guest
Aug 14th, 2011
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.81 KB | None | 0 0
  1. Index: apps/metadata.h
  2. ===================================================================
  3. --- apps/metadata.h (Revision 30295)
  4. +++ apps/metadata.h (Arbeitskopie)
  5. @@ -37,11 +37,14 @@
  6.  
  7.      /* start formats */
  8.  
  9. +    AFMT_MPA_L1,       /* MPEG Audio layer 1 */
  10. +        /* MPA_L1 is only available on SWCODEC, but we put it here */
  11. +        /* in order to keep the intuitive order of the enum values */
  12. +        /* which is relevant for the '%fc' WPS tag.                */
  13.      AFMT_MPA_L2,       /* MPEG Audio layer 2 */
  14.      AFMT_MPA_L3,       /* MPEG Audio layer 3 */
  15.  
  16.  #if CONFIG_CODEC == SWCODEC
  17. -    AFMT_MPA_L1,       /* MPEG Audio layer 1 */
  18.      AFMT_AIFF,         /* Audio Interchange File Format */
  19.      AFMT_PCM_WAV,      /* Uncompressed PCM in a WAV file */
  20.      AFMT_OGG_VORBIS,   /* Ogg Vorbis */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement