projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag...
[ffmpeg.git]
/
libavformat
/
oma.c
diff --git
a/libavformat/oma.c
b/libavformat/oma.c
index
653f413
..
de632ff
100644
(file)
--- a/
libavformat/oma.c
+++ b/
libavformat/oma.c
@@
-195,6
+195,6
@@
AVInputFormat oma_demuxer = {
pcm_read_seek,
.flags= AVFMT_GENERIC_INDEX,
.extensions = "oma,aa3",
- .codec_tag= (const AVCodecTag*[]){codec_oma_tags, 0},
+ .codec_tag= (const AVCodecTag*
const
[]){codec_oma_tags, 0},
};