mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +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
@ -136,7 +136,7 @@ static int voc_read_packet(AVFormatContext *s, AVPacket *pkt)
|
||||
|
||||
AVInputFormat voc_demuxer = {
|
||||
"voc",
|
||||
"Creative Voice File format",
|
||||
NULL_IF_CONFIG_SMALL("Creative Voice file format"),
|
||||
sizeof(voc_dec_context_t),
|
||||
voc_probe,
|
||||
voc_read_header,
|
||||
|
Reference in New Issue
Block a user