doxy
Originally committed as revision 1633 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
77c92c2d9f
commit
d33c949cd3
1 changed files with 5 additions and 2 deletions
|
|
@ -3,8 +3,7 @@
|
|||
|
||||
/**
|
||||
* @file avcodec.h
|
||||
* @brief
|
||||
* external api header
|
||||
* external api header.
|
||||
*/
|
||||
|
||||
|
||||
|
|
@ -317,6 +316,10 @@ typedef struct AVFrame {
|
|||
FF_COMMON_FRAME
|
||||
} AVFrame;
|
||||
|
||||
|
||||
/**
|
||||
* main external api structure.
|
||||
*/
|
||||
typedef struct AVCodecContext {
|
||||
/**
|
||||
* the average bitrate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue