123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- #ifndef AVCODEC_EAC3ENC_H
- #define AVCODEC_EAC3ENC_H
- #include "ac3enc.h"
- void ff_eac3_exponent_init(void);
- void ff_eac3_get_frame_exp_strategy(AC3EncodeContext *s);
- void ff_eac3_set_cpl_states(AC3EncodeContext *s);
- void ff_eac3_output_frame_header(AC3EncodeContext *s);
- #endif
|