summaryrefslogtreecommitdiff
path: root/libavformat/oma.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-04-01 12:29:44 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-04-01 12:48:04 +0200
commit24f822c3ab99c33f59a5b181682e3fb507bfe35d (patch)
tree69465e50765134e24518ee9a66d93a737da052ec /libavformat/oma.c
parent7d057515818d606fd1d7ab9f0dc1eebf31a47239 (diff)
parent0933fd1533560fbc718026e12f19a4824b041237 (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: oma: Validate sample rates Conflicts: libavformat/oma.c See: a30165c4a8044e1d5527c1302b5a5cb473e0913d Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/oma.c')
-rw-r--r--libavformat/oma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/oma.c b/libavformat/oma.c
index 9e4bfbdd77..fc926bf8ba 100644
--- a/libavformat/oma.c
+++ b/libavformat/oma.c
@@ -22,7 +22,7 @@
#include "oma.h"
#include "libavcodec/avcodec.h"
-const uint16_t ff_oma_srate_tab[8] = { 320, 441, 480, 882, 960, 0, 0, 0};
+const uint16_t ff_oma_srate_tab[8] = { 320, 441, 480, 882, 960, 0 };
const AVCodecTag ff_oma_codec_tags[] = {
{ AV_CODEC_ID_ATRAC3, OMA_CODECID_ATRAC3 },