comparison avcodec.h @ 7736:968241bb5e88 libavcodec

Remove 'currently unused' warning about SAMPLE_FMT_xxx.
author pross
date Sat, 30 Aug 2008 04:26:45 +0000
parents a618bba0b6b4
children c4a4495715dd
comparison
equal deleted inserted replaced
7735:87ec777690c9 7736:968241bb5e88
339 CODEC_TYPE_ATTACHMENT, 339 CODEC_TYPE_ATTACHMENT,
340 CODEC_TYPE_NB 340 CODEC_TYPE_NB
341 }; 341 };
342 342
343 /** 343 /**
344 * Currently unused, may be used if 24/32 bits samples are ever supported.
345 * all in native-endian format 344 * all in native-endian format
346 */ 345 */
347 enum SampleFormat { 346 enum SampleFormat {
348 SAMPLE_FMT_NONE = -1, 347 SAMPLE_FMT_NONE = -1,
349 SAMPLE_FMT_U8, ///< unsigned 8 bits 348 SAMPLE_FMT_U8, ///< unsigned 8 bits