Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
ff23c4e4
Commit
ff23c4e4
authored
11 years ago
by
Luca Barbato
Browse files
Options
Downloads
Patches
Plain Diff
doxy: Add AVFrame to the structured modules
parent
87acd33c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libavutil/frame.h
+19
-0
19 additions, 0 deletions
libavutil/frame.h
with
19 additions
and
0 deletions
libavutil/frame.h
+
19
−
0
View file @
ff23c4e4
...
@@ -17,6 +17,12 @@
...
@@ -17,6 +17,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
/**
* @file
* @ingroup lavu_frame
* reference-counted frame API
*/
#ifndef AVUTIL_FRAME_H
#ifndef AVUTIL_FRAME_H
#define AVUTIL_FRAME_H
#define AVUTIL_FRAME_H
...
@@ -29,6 +35,15 @@
...
@@ -29,6 +35,15 @@
#include
"samplefmt.h"
#include
"samplefmt.h"
#include
"version.h"
#include
"version.h"
/**
* @defgroup lavu_frame AVFrame
* @ingroup lavu_data
*
* @{
* AVFrame is an abstraction for reference-counted raw multimedia data.
*/
enum
AVFrameSideDataType
{
enum
AVFrameSideDataType
{
/**
/**
* The data is the AVPanScan struct defined in libavcodec.
* The data is the AVPanScan struct defined in libavcodec.
...
@@ -515,4 +530,8 @@ AVFrameSideData *av_frame_new_side_data(AVFrame *frame,
...
@@ -515,4 +530,8 @@ AVFrameSideData *av_frame_new_side_data(AVFrame *frame,
AVFrameSideData
*
av_frame_get_side_data
(
const
AVFrame
*
frame
,
AVFrameSideData
*
av_frame_get_side_data
(
const
AVFrame
*
frame
,
enum
AVFrameSideDataType
type
);
enum
AVFrameSideDataType
type
);
/**
* @}
*/
#endif
/* AVUTIL_FRAME_H */
#endif
/* AVUTIL_FRAME_H */
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment