1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-04 22:03:09 +02:00

lavc/hevc*: move to hevc/ subdir

This commit is contained in:
Anton Khirnov
2024-05-29 09:50:48 +02:00
parent ba56a300a9
commit e4601cc339
64 changed files with 154 additions and 114 deletions

View File

@ -29,11 +29,12 @@
#include "bytestream.h"
#include "h2645_parse.h"
#include "h264.h"
#include "hevc.h"
#include "startcode.h"
#include "vc1_common.h"
#include "vvc.h"
#include "hevc/hevc.h"
typedef struct ExtractExtradataContext {
const AVClass *class;