comparison avcodec.h @ 2123:ef54decf5624 libavcodec

libdts support by (Benjamin Zores <ben at geexbox dot org>)
author michael
date Wed, 14 Jul 2004 01:32:14 +0000
parents b11c0bb3b71c
children 060053df9538
comparison
equal deleted inserted replaced
2122:503496800167 2123:ef54decf5624
138 138
139 CODEC_ID_FLAC, 139 CODEC_ID_FLAC,
140 140
141 CODEC_ID_MPEG2TS, /* _FAKE_ codec to indicate a raw MPEG2 transport 141 CODEC_ID_MPEG2TS, /* _FAKE_ codec to indicate a raw MPEG2 transport
142 stream (only used by libavformat) */ 142 stream (only used by libavformat) */
143
144 CODEC_ID_DTS,
143 }; 145 };
144 146
145 /* CODEC_ID_MP3LAME is absolete */ 147 /* CODEC_ID_MP3LAME is absolete */
146 #define CODEC_ID_MP3LAME CODEC_ID_MP3 148 #define CODEC_ID_MP3LAME CODEC_ID_MP3
147 149
1856 extern AVCodec rawvideo_encoder; 1858 extern AVCodec rawvideo_encoder;
1857 extern AVCodec rawvideo_decoder; 1859 extern AVCodec rawvideo_decoder;
1858 1860
1859 /* the following codecs use external GPL libs */ 1861 /* the following codecs use external GPL libs */
1860 extern AVCodec ac3_decoder; 1862 extern AVCodec ac3_decoder;
1863 extern AVCodec dts_decoder;
1861 1864
1862 /* resample.c */ 1865 /* resample.c */
1863 1866
1864 struct ReSampleContext; 1867 struct ReSampleContext;
1865 struct AVResampleContext; 1868 struct AVResampleContext;