mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-05 21:55:37 +01:00
lavc/refstruct: move to lavu and make public
It is highly versatile and generally useful.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#include "codec_id.h"
|
||||
#include "get_bits.h"
|
||||
#include "put_bits.h"
|
||||
#include "refstruct.h"
|
||||
#include "libavutil/refstruct.h"
|
||||
|
||||
|
||||
enum CBSContentType {
|
||||
@@ -93,7 +93,7 @@ typedef const struct CodedBitstreamUnitTypeDescriptor {
|
||||
} ref;
|
||||
|
||||
struct {
|
||||
void (*content_free)(FFRefStructOpaque opaque, void *content);
|
||||
void (*content_free)(AVRefStructOpaque opaque, void *content);
|
||||
int (*content_clone)(void **new_content, CodedBitstreamUnit *unit);
|
||||
} complex;
|
||||
} type;
|
||||
|
||||
Reference in New Issue
Block a user