Mercurial > libavformat.hg
diff rtpdec_qdm2.c @ 6339:491eea5c52d6 libavformat
Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file
| author | mstorsjo |
|---|---|
| date | Fri, 30 Jul 2010 12:04:27 +0000 |
| parents | 0689434db2c6 |
| children | 29e95ae56fa9 |
line wrap: on
line diff
--- a/rtpdec_qdm2.c Thu Jul 29 22:17:30 2010 +0000 +++ b/rtpdec_qdm2.c Fri Jul 30 12:04:27 2010 +0000 @@ -30,7 +30,7 @@ #include "libavcodec/avcodec.h" #include "rtp.h" #include "rtpdec.h" -#include "rtpdec_qdm2.h" +#include "rtpdec_formats.h" struct PayloadContext { /** values read from the config header, used as packet headers */
