Browse Source

cdg: enable seeking

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Michael Niedermayer 13 years ago
parent
commit
b75d89a478
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/cdg.c

+ 1
- 0
libavformat/cdg.c View File

@@ -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…
Cancel
Save