summaryrefslogtreecommitdiff
path: root/libavcodec/evc_parser.c
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2023-06-17 18:44:12 -0300
committerJames Almer <jamrial@gmail.com>2023-06-19 12:57:31 -0300
commit5cb9ef93000048afe29ce1c67f151ad3fffcd83a (patch)
treed078abf83a1b8caae9c610726e15e48c906c075e /libavcodec/evc_parser.c
parent56e52e870d3c71a1bde753f2f535316f80a9bbec (diff)
avcodec/evc_parse: remove ff_evc_parse_nal_unit()
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/evc_parser.c')
-rw-r--r--libavcodec/evc_parser.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/libavcodec/evc_parser.c b/libavcodec/evc_parser.c
index c30da6846e..710fabccb2 100644
--- a/libavcodec/evc_parser.c
+++ b/libavcodec/evc_parser.c
@@ -25,6 +25,13 @@
#include "evc.h"
#include "evc_parse.h"
+typedef struct EVCParserContext {
+ EVCParamSets ps;
+ EVCParserPoc poc;
+
+ int parsed_extradata;
+} EVCParserContext;
+
#define NUM_CHROMA_FORMATS 4 // @see ISO_IEC_23094-1 section 6.2 table 2
static const enum AVPixelFormat pix_fmts_8bit[NUM_CHROMA_FORMATS] = {