diff options
author | Diego Elio Pettenò <flameeyes@gmail.com> | 2011-01-24 23:36:16 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-01-25 00:02:12 +0000 |
commit | f0a8676958c8e11c49cf9dd1127cb8937d2a7108 (patch) | |
tree | da9c4d33bfc3e19e871787592167a70a4dc9fb66 /libavformat/dv.h | |
parent | 1d4da6a460d5b78026e3b854fdd6f469957a054c (diff) | |
download | ffmpeg-f0a8676958c8e11c49cf9dd1127cb8937d2a7108.tar.gz |
Make dvenc.c functions static to the unit.
Also drop some CONFIG_DV_MUXER #ifdefs probably vestigial from before the
split of dvenc and dvdec.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavformat/dv.h')
-rw-r--r-- | libavformat/dv.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/dv.h b/libavformat/dv.h index ae16befd57..b8b43f1444 100644 --- a/libavformat/dv.h +++ b/libavformat/dv.h @@ -37,8 +37,5 @@ int dv_produce_packet(DVDemuxContext*, AVPacket*, uint8_t*, int); void dv_offset_reset(DVDemuxContext *c, int64_t frame_offset); typedef struct DVMuxContext DVMuxContext; -DVMuxContext* dv_init_mux(AVFormatContext* s); -int dv_assemble_frame(DVMuxContext *c, AVStream*, uint8_t*, int, uint8_t**); -void dv_delete_mux(DVMuxContext*); #endif /* AVFORMAT_DV_H */ |