[NORMATIVE] Enforce constraint on frame_id_length.
frame_id_length can be at most 16 bits.
Although this is a normative change, it does not change
encoded bitstreams using the frame buffer marking feature.
BUG=aomedia:1578
Change-Id: I602bc5de57a3768d1955f2e3dad3bccc0ed95e74
diff --git a/av1/decoder/obu.c b/av1/decoder/obu.c
index 04630ed..6667b9a 100644
--- a/av1/decoder/obu.c
+++ b/av1/decoder/obu.c
@@ -147,7 +147,7 @@
}
#endif
- read_sequence_header(&cm->seq_params, rb);
+ read_sequence_header(cm, rb);
av1_read_bitdepth_colorspace_sampling(cm, rb, pbi->allow_lowbitdepth);