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
4b60bd1a
Commit
4b60bd1a
authored
10 years ago
by
Clément Bœsch
Browse files
Options
Downloads
Patches
Plain Diff
avformat/internal: fix av_interleaved_write_frame typo reference
parent
eb7efaa9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libavformat/internal.h
+1
-1
1 addition, 1 deletion
libavformat/internal.h
with
1 addition
and
1 deletion
libavformat/internal.h
+
1
−
1
View file @
4b60bd1a
...
...
@@ -135,7 +135,7 @@ void ff_sdp_write_media(char *buff, int size, AVStream *st, int idx,
* @param dst_stream the stream index within dst to write the packet to
* @param pkt the packet to be written
* @param src the muxer the packet originally was intended for
* @param interleave 0->use av_write_frame, 1->av_
write_
interleaved_frame
* @param interleave 0->use av_write_frame, 1->av_interleaved_
write_
frame
* @return the value av_write_frame returned
*/
int
ff_write_chained
(
AVFormatContext
*
dst
,
int
dst_stream
,
AVPacket
*
pkt
,
...
...
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