mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-27 05:00:37 +00:00
rtpdec: Move space_chars from avformat/internal to rtpdec
Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 23846 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
eca9e4035a
commit
8b114d85ba
@ -157,6 +157,4 @@ void ff_sdp_write_media(char *buff, int size, AVCodecContext *c,
|
||||
int ff_write_chained(AVFormatContext *dst, int dst_stream, AVPacket *pkt,
|
||||
AVFormatContext *src);
|
||||
|
||||
#define SPACE_CHARS " \t\r\n"
|
||||
|
||||
#endif /* AVFORMAT_INTERNAL_H */
|
||||
|
@ -26,6 +26,8 @@
|
||||
#include "avformat.h"
|
||||
#include "rtp.h"
|
||||
|
||||
#define SPACE_CHARS " \t\r\n"
|
||||
|
||||
typedef struct PayloadContext PayloadContext;
|
||||
typedef struct RTPDynamicProtocolHandler_s RTPDynamicProtocolHandler;
|
||||
|
||||
|
@ -28,7 +28,6 @@
|
||||
*/
|
||||
|
||||
#include "rtpdec_mpeg4.h"
|
||||
#include "internal.h"
|
||||
#include "libavutil/avstring.h"
|
||||
#include "libavcodec/get_bits.h"
|
||||
#include <strings.h>
|
||||
|
Loading…
Reference in New Issue
Block a user