[FFmpeg-devel] [PATCH v5 1/4 v7] lavf/avienc: Add support for palette side data
Mats Peterson
matsp888 at yahoo.com
Sat Mar 5 12:21:14 CET 2016
I've noticed that avienc.c is close to useless for use with stdout. It
only checks pb->seekable in a few places, and for example the
ff_end_tag() function uses avio_seek(), but that one is used in several
places where there is no check for a seekable stream.
Anyway, this version adds the AVISF_VIDEO_PALCHANGES flag properly to
the 'strh' chunk, per the Microsoft documentation.
Mats
--
Mats Peterson
http://matsp888.no-ip.org/~mats/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-lavf-avienc-Add-support-for-palette-side-data.patch
Type: text/x-patch
Size: 6984 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160305/8c8552e6/attachment.bin>
More information about the ffmpeg-devel
mailing list