diff oma.c @ 3766:f062deeedb8d libavformat

Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const *
author reimar
date Sun, 24 Aug 2008 16:51:50 +0000
parents 3c1206ad5d64
children 93d4898d9b6e
line wrap: on
line diff
--- a/oma.c	Sun Aug 24 16:22:40 2008 +0000
+++ b/oma.c	Sun Aug 24 16:51:50 2008 +0000
@@ -195,6 +195,6 @@
     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},
 };