You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
avcodec/evc_parse: remove ff_evc_parse_nal_unit()
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -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] = {
|
||||
|
||||
Reference in New Issue
Block a user