comparison avcodec.h @ 3433:e1906b2f1daf libavcodec

av_get_bits_per_sample and due simplifications
author bcoudurier
date Fri, 07 Jul 2006 17:50:09 +0000
parents 82b44a294635
children 05bb54c1d979
comparison
equal deleted inserted replaced
3432:ab49baf4adad 3433:e1906b2f1daf
2497 /** 2497 /**
2498 * returns a single letter to describe the picture type 2498 * returns a single letter to describe the picture type
2499 */ 2499 */
2500 char av_get_pict_type_char(int pict_type); 2500 char av_get_pict_type_char(int pict_type);
2501 2501
2502 /**
2503 * returns codec bits per sample
2504 */
2505 int av_get_bits_per_sample(enum CodecID codec_id);
2502 2506
2503 /* frame parsing */ 2507 /* frame parsing */
2504 typedef struct AVCodecParserContext { 2508 typedef struct AVCodecParserContext {
2505 void *priv_data; 2509 void *priv_data;
2506 struct AVCodecParser *parser; 2510 struct AVCodecParser *parser;