This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
lavfi/avcodec: copy pos field from AVFilterBuffer to AVFrame pkt_pos
tags/n1.0
Stefano Sabatini
13 years ago
parent
208c5a08da
commit
d5761fe47d
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavfilter/avcodec.c
+ 1
- 0
libavfilter/avcodec.c
View File
@@ -93,6 +93,7 @@ int avfilter_copy_buf_props(AVFrame *dst, const AVFilterBufferRef *src)
memcpy(dst->linesize, src->linesize, sizeof(dst->linesize));
dst->pts = src->pts;
dst->pkt_pos = src->pos;
dst->format = src->format;
switch (src->type) {
Write
Preview
Loading…
Cancel
Save