mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
doxy
Originally committed as revision 1633 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
77c92c2d9f
commit
d33c949cd3
@ -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…
Reference in New Issue
Block a user