Index: source/libvpx/vp9/decoder/vp9_decodeframe.h |
=================================================================== |
--- source/libvpx/vp9/decoder/vp9_decodeframe.h (revision 284462) |
+++ source/libvpx/vp9/decoder/vp9_decodeframe.h (working copy) |
@@ -29,6 +29,7 @@ |
int vp9_read_sync_code(struct vp9_read_bit_buffer *const rb); |
void vp9_read_frame_size(struct vp9_read_bit_buffer *rb, |
int *width, int *height); |
+BITSTREAM_PROFILE vp9_read_profile(struct vp9_read_bit_buffer *rb); |
#ifdef __cplusplus |
} // extern "C" |