OSDN Git Service

avfilter: filter_samples: read pts before filtering.
authorNicolas George <nicolas.george@normalesup.org>
Fri, 27 Apr 2012 22:41:01 +0000 (00:41 +0200)
committerNicolas George <nicolas.george@normalesup.org>
Sat, 28 Apr 2012 16:48:12 +0000 (18:48 +0200)
commit75d5624cb25764c7f690cf4d13f6bcd94d4876a3
tree1e486b8c9b7893451d416e052b949c601d729086
parent832c3b10d239582d332cc949ef17142cec86d843
avfilter: filter_samples: read pts before filtering.

The call to the next filter_sample will likely unref the
current buffer, so it is not possible to read it afterwards.
libavfilter/avfilter.c