mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
av_alloc_format_context has been renamed, update AVFormatContext av_class
documentation accordingly. Patch by avcoder: `gmail_address(ffmpeg)` Originally committed as revision 17430 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9392863d1b
commit
1447aac4be
@ -535,7 +535,7 @@ typedef struct AVChapter {
|
||||
* sizeof(AVFormatContext) must not be used outside libav*.
|
||||
*/
|
||||
typedef struct AVFormatContext {
|
||||
const AVClass *av_class; /**< Set by av_alloc_format_context. */
|
||||
const AVClass *av_class; /**< Set by avformat_alloc_context. */
|
||||
/* Can only be iformat or oformat, not both at the same time. */
|
||||
struct AVInputFormat *iformat;
|
||||
struct AVOutputFormat *oformat;
|
||||
|
Loading…
Reference in New Issue
Block a user