comparison libmpdemux/muxer_mpeg.c @ 31090:1aece15222b5

Remove internal liba52 copy. Nowadays FFmpeg is faster than liba52 and external liba52 is well supported.
author diego
date Sun, 09 May 2010 14:45:29 +0000
parents 459227551819
children 9318ad289bb0
comparison
equal deleted inserted replaced
31089:459227551819 31090:1aece15222b5
39 #include "mpeg_hdr.h" 39 #include "mpeg_hdr.h"
40 #include "mp3_hdr.h" 40 #include "mp3_hdr.h"
41 41
42 #ifdef CONFIG_LIBA52 42 #ifdef CONFIG_LIBA52
43 #include <a52dec/a52.h> 43 #include <a52dec/a52.h>
44 #else
45 #include "liba52/a52.h"
46 #endif 44 #endif
47 45
48 #define PACK_HEADER_START_CODE 0x01ba 46 #define PACK_HEADER_START_CODE 0x01ba
49 #define SYSTEM_HEADER_START_CODE 0x01bb 47 #define SYSTEM_HEADER_START_CODE 0x01bb
50 #define PSM_START_CODE 0x01bc 48 #define PSM_START_CODE 0x01bc