|
@@ -806,7 +806,9 @@ AVCodec flac_decoder = { |
|
|
NULL, |
|
|
NULL, |
|
|
flac_decode_close, |
|
|
flac_decode_close, |
|
|
flac_decode_frame, |
|
|
flac_decode_frame, |
|
|
CODEC_CAP_DELAY, |
|
|
|
|
|
|
|
|
CODEC_CAP_DELAY | CODEC_CAP_SUBFRAMES, /* FIXME: add a FLAC parser so that |
|
|
|
|
|
we will not need to use either |
|
|
|
|
|
of these capabilities */ |
|
|
.flush= flac_flush, |
|
|
.flush= flac_flush, |
|
|
.long_name= NULL_IF_CONFIG_SMALL("FLAC (Free Lossless Audio Codec)"), |
|
|
.long_name= NULL_IF_CONFIG_SMALL("FLAC (Free Lossless Audio Codec)"), |
|
|
}; |
|
|
}; |