summaryrefslogtreecommitdiff
path: root/libavformat/segafilmenc.c
Commit message (Collapse)AuthorAge
* avformat/segafilmenc: remove unneeded codeSteven Liu2019-10-22
| | | | Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
* avformat/segafilmenc - set keyframe bit correctlyGyan Doshi2018-05-08
| | | | | | | | As per https://web.archive.org/web/20020803104640/http://www.pcisys.net:80/~melanson/codecs/film-format.txt, the top bit of the info1 chunk is set as 1 for inter-coded frames and 0 otherwise.
* lavf/segafilmenc: Do not mix variable declaration and code.Carl Eugen Hoyos2018-04-10
| | | | Fixes two warnings: ISO C90 forbids mixed declarations and code
* Add Sega FILM muxerMisty De Meo2018-04-05
Signed-off-by: Josh de Kock <josh@itanimul.li>