Mercurial > libavformat.hg
comparison utils.c @ 1386:3e12e3ca0ce3 libavformat
10l CODEC vs. FORMAT
| author | michael |
|---|---|
| date | Fri, 13 Oct 2006 19:19:07 +0000 |
| parents | 4146500158b5 |
| children | 3172bf94c066 |
comparison
equal
deleted
inserted
replaced
| 1385:8aa2dc127eb8 | 1386:3e12e3ca0ce3 |
|---|---|
| 342 #undef D | 342 #undef D |
| 343 #undef DEFAULT | 343 #undef DEFAULT |
| 344 | 344 |
| 345 static const AVClass av_format_context_class = { "AVFormatContext", format_to_name, options }; | 345 static const AVClass av_format_context_class = { "AVFormatContext", format_to_name, options }; |
| 346 | 346 |
| 347 #if LIBAVCODEC_VERSION_INT > ((52<<16)+(0<<8)+0) | 347 #if LIBAVFORMAT_VERSION_INT >= ((51<<16)+(0<<8)+0) |
| 348 static | 348 static |
| 349 #endif | 349 #endif |
| 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 |
