On Fri, Mar 22, 2013 at 11:28 AM, Luca Barbato <[email protected]> wrote: > On 21/03/13 16:49, Hendrik Leppkes wrote: >> --- >> libavutil/frame.c | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/libavutil/frame.c b/libavutil/frame.c >> index 331e174..1ad5577 100644 >> --- a/libavutil/frame.c >> +++ b/libavutil/frame.c >> @@ -367,8 +367,10 @@ int av_frame_copy_props(AVFrame *dst, const AVFrame >> *src) >> dst->pict_type = src->pict_type; >> dst->sample_aspect_ratio = src->sample_aspect_ratio; >> dst->pts = src->pts; >> + dst->repeat_pict = src->repeat_pict; >> dst->interlaced_frame = src->interlaced_frame; >> dst->top_field_first = src->top_field_first; >> + dst->palette_has_changed = src->palette_has_changed; >> dst->sample_rate = src->sample_rate; >> dst->opaque = src->opaque; >> dst->pkt_pts = src->pkt_pts; >> > > > Looks ok. > > lu >
As discussed with Anton and Janne on IRC, send a new patch which adds the last remaining property as well. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
