Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
9b2dc295
Commit
9b2dc295
authored
Jan 21, 2013
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avconv: convert to new refcounted AVFrame API
parent
37045e42
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
69 additions
and
65 deletions
+69
-65
avconv.c
avconv.c
+68
-62
avconv.h
avconv.h
+1
-3
No files found.
avconv.c
View file @
9b2dc295
This diff is collapsed.
Click to expand it.
avconv.h
View file @
9b2dc295
...
...
@@ -200,6 +200,7 @@ typedef struct InputStream {
int
decoding_needed
;
/* true if the packets must be decoded in 'raw_fifo' */
AVCodec
*
dec
;
AVFrame
*
decoded_frame
;
AVFrame
*
filter_frame
;
/* a ref of decoded_frame, to be sent to filters */
int64_t
start
;
/* time when read started */
/* predicted dts of the next packet read for this stream or (when there are
...
...
@@ -223,9 +224,6 @@ typedef struct InputStream {
int
resample_channels
;
uint64_t
resample_channel_layout
;
/* a pool of free buffers for decoded data */
FrameBuffer
*
buffer_pool
;
/* decoded data from this stream goes into all those filters
* currently video and audio only */
InputFilter
**
filters
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment