mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-07 23:32:33 +00:00
cdg: enable seeking
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
fe19e138cd
commit
b75d89a478
@ -65,5 +65,6 @@ AVInputFormat ff_cdg_demuxer = {
|
||||
.long_name = NULL_IF_CONFIG_SMALL("CD Graphics Format"),
|
||||
.read_header = read_header,
|
||||
.read_packet = read_packet,
|
||||
.flags= AVFMT_GENERIC_INDEX,
|
||||
.extensions = "cdg"
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user