Changes in / [03dab49a:d2668ae4] in ffmpeg
- Location:
- libavcodec
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
libavcodec/dca.h
r03dab49a rd2668ae4 214 214 int ff_dca_xxch_decode_frame(DCAContext *s); 215 215 216 void ff_dca_exss_parse_header(DCAContext *s); 217 216 218 #endif /* AVCODEC_DCA_H */ -
libavcodec/dca_exss.c
r03dab49a rd2668ae4 23 23 24 24 #include "dca.h" 25 #include "dca_exss.h"26 25 #include "get_bits.h" 27 26 -
libavcodec/dcadec.c
r03dab49a rd2668ae4 41 41 #include "dcadsp.h" 42 42 #include "dcahuff.h" 43 #include "dca_exss.h"44 43 #include "fft.h" 45 44 #include "fmtconvert.h"
Note:
See TracChangeset
for help on using the changeset viewer.