[FFmpeg-devel] [PATCH] avfilter: add rawdump filter

Nicolas George george at nsup.org
Wed Jul 10 17:52:53 EEST 2019


Eoff, Ullysses A (12019-07-10):
> For the record, this "static" is a problem if multiple rawdump filters are
> specified in the graph.  The initial reason for this was to open the file for
> writing on the first init (to overwrite any pre-existing file), then open for
> appending on successive reinit's (e.g. frame resolution changes).  Thus,
> would need a better solution to achieve the same result without
> influencing other instances of the filter.

The variable needs to be in the filter's private context, nothing more.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20190710/383e14fa/attachment.sig>


More information about the ffmpeg-devel mailing list