1 /*
2 * This file is part of FFmpeg.
3 *
4 * FFmpeg is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * FFmpeg is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with FFmpeg; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17 */
18
19 #ifndef AVCODEC_OLD_CODEC_IDS_H
20 #define AVCODEC_OLD_CODEC_IDS_H
21
23
24 /*
25 * This header exists to prevent new codec IDs from being accidentally added to
26 * the deprecated list.
27 * Do not include it directly. It will be removed on next major bump
28 *
29 * Do not add new items to this list. Use the AVCodecID enum instead.
30 */
31
33
34 /* video codecs */
207
216
217 /* various PCM "codecs" */
247
248 /* various ADPCM codecs */
280
281 /* AMR */
284
285 /* RealAudio codecs*/
288
289 /* various DPCM codecs */
294
295 /* audio codecs */
297 CODEC_ID_MP3,
///< preferred ID for decoding MPEG audio layer 1, 2 or 3
363
364 /* subtitle codecs */
381
382 /* other specific kind of codecs (generally used for attachments) */
389
390 CODEC_ID_PROBE = 0x19000,
///< codec_id is not known (like CODEC_ID_NONE) but lavf should attempt to identify it
391
393 * stream (only used by libavformat) */
395 * stream (only used by libavformat) */
397
398 #endif /* AVCODEC_OLD_CODEC_IDS_H */