comparison 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
comparison
equal deleted inserted replaced
6338:999cadc26c23 6339:491eea5c52d6
28 #include <string.h> 28 #include <string.h>
29 #include "libavutil/intreadwrite.h" 29 #include "libavutil/intreadwrite.h"
30 #include "libavcodec/avcodec.h" 30 #include "libavcodec/avcodec.h"
31 #include "rtp.h" 31 #include "rtp.h"
32 #include "rtpdec.h" 32 #include "rtpdec.h"
33 #include "rtpdec_qdm2.h" 33 #include "rtpdec_formats.h"
34 34
35 struct PayloadContext { 35 struct PayloadContext {
36 /** values read from the config header, used as packet headers */ 36 /** values read from the config header, used as packet headers */
37 //@{ 37 //@{
38 int block_type; ///< superblock type, value 2 .. 8 38 int block_type; ///< superblock type, value 2 .. 8