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
@@ -1499,7 +1499,7 @@ void mpegts_parse_close(MpegTSContext *ts)
|
||||
|
||||
AVInputFormat mpegts_demuxer = {
|
||||
"mpegts",
|
||||
"MPEG2 transport stream format",
|
||||
NULL_IF_CONFIG_SMALL("MPEG-2 transport stream format"),
|
||||
sizeof(MpegTSContext),
|
||||
mpegts_probe,
|
||||
mpegts_read_header,
|
||||
@@ -1512,7 +1512,7 @@ AVInputFormat mpegts_demuxer = {
|
||||
|
||||
AVInputFormat mpegtsraw_demuxer = {
|
||||
"mpegtsraw",
|
||||
"MPEG2 raw transport stream format",
|
||||
NULL_IF_CONFIG_SMALL("MPEG-2 raw transport stream format"),
|
||||
sizeof(MpegTSContext),
|
||||
NULL,
|
||||
mpegts_read_header,
|
||||
|
||||
Reference in New Issue
Block a user