comparison avcodec.h @ 1105:b773f9d23236 libavcodec

doxy
author michaelni
date Thu, 06 Mar 2003 11:25:55 +0000
parents c7604e6291c5
children 54be6aece1be
comparison
equal deleted inserted replaced
1104:6a01ffc5351c 1105:b773f9d23236
1 #ifndef AVCODEC_H 1 #ifndef AVCODEC_H
2 #define AVCODEC_H 2 #define AVCODEC_H
3 3
4 /** 4 /**
5 * @file avcodec.h 5 * @file avcodec.h
6 * @brief 6 * external api header.
7 * external api header
8 */ 7 */
9 8
10 9
11 #ifdef __cplusplus 10 #ifdef __cplusplus
12 extern "C" { 11 extern "C" {
315 314
316 typedef struct AVFrame { 315 typedef struct AVFrame {
317 FF_COMMON_FRAME 316 FF_COMMON_FRAME
318 } AVFrame; 317 } AVFrame;
319 318
319
320 /**
321 * main external api structure.
322 */
320 typedef struct AVCodecContext { 323 typedef struct AVCodecContext {
321 /** 324 /**
322 * the average bitrate 325 * the average bitrate
323 * encoding: set by user. unused for constant quantizer encoding 326 * encoding: set by user. unused for constant quantizer encoding
324 * decoding: set by lavc. 0 or some bitrate if this info is available in the stream 327 * decoding: set by lavc. 0 or some bitrate if this info is available in the stream