Mercurial > libavcodec.hg
comparison utils.c @ 3688:c63b9bb49532 libavcodec
undefines a few temporary defines which were not undefined after their usage.
Patch by Panagiotis Issaris
| author | gpoirier |
|---|---|
| date | Sat, 09 Sep 2006 08:49:28 +0000 |
| parents | faa8dc533ad3 |
| children | 7e7d8a3fe080 |
comparison
equal
deleted
inserted
replaced
| 3687:bfcf76cad06a | 3688:c63b9bb49532 |
|---|---|
| 752 {NULL}, | 752 {NULL}, |
| 753 }; | 753 }; |
| 754 | 754 |
| 755 #undef A | 755 #undef A |
| 756 #undef V | 756 #undef V |
| 757 #undef S | |
| 758 #undef E | |
| 759 #undef D | |
| 760 #undef DEFAULT | |
| 757 | 761 |
| 758 static AVClass av_codec_context_class = { "AVCodecContext", context_to_name, options }; | 762 static AVClass av_codec_context_class = { "AVCodecContext", context_to_name, options }; |
| 759 | 763 |
| 760 void avcodec_get_context_defaults(AVCodecContext *s){ | 764 void avcodec_get_context_defaults(AVCodecContext *s){ |
| 761 memset(s, 0, sizeof(AVCodecContext)); | 765 memset(s, 0, sizeof(AVCodecContext)); |
