[FFmpeg-soc] [PATCH 0/9] ac3enc commits
Justin Ruggles
justin.ruggles at gmail.com
Sun Nov 14 21:43:15 CET 2010
Justin Ruggles (9):
cosmetics: rearrange AC3EncodeContext fields
Change some unsigned types to signed types in AC3EncodeContext
cosmetics: change all short to int16_t
cosmetics: rename some fields in AC3EncodeContext
Remove duplicate AC3EncodeContext fields, sr_shift and sr_code.
cosmetics: use better (and shared) macro names for some constant
values
Clean up debugging and testing.
Document AC3EncodeContext fields
cosmetics: pretty printing
libavcodec/Makefile | 1 +
libavcodec/ac3.h | 6 +-
libavcodec/ac3dec.h | 11 +-
libavcodec/ac3enc.c | 655 +++++++++++++++++++++++++--------------------------
4 files changed, 328 insertions(+), 345 deletions(-)
More information about the FFmpeg-soc
mailing list