Commit b75d89a4 authored by Michael Niedermayer's avatar Michael Niedermayer

cdg: enable seeking

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent fe19e138
......@@ -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"
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment