mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
committed by
Diego Biurrun
parent
ca162a5004
commit
bde15e74de
@@ -304,7 +304,7 @@ static int seq_read_close(AVFormatContext *s)
|
||||
|
||||
AVInputFormat tiertexseq_demuxer = {
|
||||
"tiertexseq",
|
||||
"Tiertex Limited SEQ format",
|
||||
NULL_IF_CONFIG_SMALL("Tiertex Limited SEQ format"),
|
||||
sizeof(SeqDemuxContext),
|
||||
seq_probe,
|
||||
seq_read_header,
|
||||
|
||||
Reference in New Issue
Block a user