mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 01:40:04 +01:00
Move AVCodecTag from riff.h into internal.h.
Patch by Francesco Lavra, francescolavra interfree it Originally committed as revision 23250 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
committed by
Carl Eugen Hoyos
parent
83c2707908
commit
80b39e1ca6
@@ -30,15 +30,11 @@
|
||||
|
||||
#include "libavcodec/avcodec.h"
|
||||
#include "avio.h"
|
||||
#include "internal.h"
|
||||
|
||||
int64_t ff_start_tag(ByteIOContext *pb, const char *tag);
|
||||
void ff_end_tag(ByteIOContext *pb, int64_t start);
|
||||
|
||||
typedef struct AVCodecTag {
|
||||
enum CodecID id;
|
||||
unsigned int tag;
|
||||
} AVCodecTag;
|
||||
|
||||
void ff_put_bmp_header(ByteIOContext *pb, AVCodecContext *enc, const AVCodecTag *tags, int for_asf);
|
||||
int ff_put_wav_header(ByteIOContext *pb, AVCodecContext *enc);
|
||||
enum CodecID ff_wav_codec_get_id(unsigned int tag, int bps);
|
||||
|
||||
Reference in New Issue
Block a user