Mercurial > libavformat.hg
changeset 103:68b0e1708839 libavformat
dv file format support patch by (Roman Shaposhnick <rvs at sun dot com>)
author | michaelni |
---|---|
date | Tue, 08 Apr 2003 09:56:19 +0000 |
parents | c48108fe538e |
children | 1f218c4b0e2e |
files | dv.c |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/dv.c Tue Apr 08 09:51:15 2003 +0000 +++ b/dv.c Tue Apr 08 09:56:19 2003 +0000 @@ -104,7 +104,7 @@ .extensions = "dv", }; -#if 0 + int dv_write_header(struct AVFormatContext *s) { return 0; @@ -136,11 +136,10 @@ dv_write_packet, dv_write_trailer, }; -#endif int dv_init(void) { av_register_input_format(&dv_iformat); - // av_register_output_format(&dv_oformat); + av_register_output_format(&dv_oformat); return 0; }