Mercurial > audlegacy-plugins
comparison src/ffmpeg/libavformat/utils.c @ 818:07107d476f32 trunk
[svn] - remove some more stuff
- build libavcodec directly into the module
| author | nenolod |
|---|---|
| date | Mon, 12 Mar 2007 13:49:56 -0700 |
| parents | e8776388b02a |
| children | 3cbdc6e19d7c |
comparison
equal
deleted
inserted
replaced
| 817:b3b7a4e480b2 | 818:07107d476f32 |
|---|---|
| 350 void avformat_get_context_defaults(AVFormatContext *s){ | 350 void avformat_get_context_defaults(AVFormatContext *s){ |
| 351 memset(s, 0, sizeof(AVFormatContext)); | 351 memset(s, 0, sizeof(AVFormatContext)); |
| 352 | 352 |
| 353 s->av_class = &av_format_context_class; | 353 s->av_class = &av_format_context_class; |
| 354 | 354 |
| 355 av_opt_set_defaults(s); | 355 /* av_opt_set_defaults(s); */ |
| 356 } | 356 } |
| 357 | 357 |
| 358 AVFormatContext *av_alloc_format_context(void) | 358 AVFormatContext *av_alloc_format_context(void) |
| 359 { | 359 { |
| 360 AVFormatContext *ic; | 360 AVFormatContext *ic; |
