summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorXu Guangxin <guangxin.xu@intel.com>2020-08-13 14:51:02 +0800
committerJames Almer <jamrial@gmail.com>2020-08-14 00:02:13 -0300
commit9a7bdb6d711c160734b498b6ba1a7b8fb6c230ec (patch)
tree4451d311b2e9b81c47474004072bcf88e131f5f7 /libavformat/allformats.c
parent6a941b56913c6766677c56245187268f326e7ad8 (diff)
avformat/av1dec: add low-overhead bitstream format
It's defined in Section 5.2, used by netflix. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index b7e59ae170..0aa9dd7198 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -293,6 +293,7 @@ extern AVOutputFormat ff_null_muxer;
extern AVInputFormat ff_nut_demuxer;
extern AVOutputFormat ff_nut_muxer;
extern AVInputFormat ff_nuv_demuxer;
+extern AVInputFormat ff_obu_demuxer;
extern AVOutputFormat ff_oga_muxer;
extern AVInputFormat ff_ogg_demuxer;
extern AVOutputFormat ff_ogg_muxer;