comparison allformats.h @ 1419:8fb4910bdcc0 libavformat

Add support for H264 over RTP Patch by Ryan Martell % rdm4 A martellventures P com % Original thread: Date: Oct 9, 2006 4:55 PM Subject: [Ffmpeg-devel] RTP patches & RFC Actual committed patch: Date: Oct 26, 2006 4:29 PM
author gpoirier
date Thu, 26 Oct 2006 18:36:03 +0000
parents d0a6c143b246
children 74cb68ad9dce
comparison
equal deleted inserted replaced
1418:9720274e2621 1419:8fb4910bdcc0
168 int pcm_read_seek(AVFormatContext *s, 168 int pcm_read_seek(AVFormatContext *s,
169 int stream_index, int64_t timestamp, int flags); 169 int stream_index, int64_t timestamp, int flags);
170 170
171 /* rtsp.c */ 171 /* rtsp.c */
172 int redir_open(AVFormatContext **ic_ptr, ByteIOContext *f); 172 int redir_open(AVFormatContext **ic_ptr, ByteIOContext *f);
173 /* rtp.c */
174 void av_register_rtp_dynamic_payload_handlers();
175
173 176
174 #if 0 177 #if 0
175 extern AVImageFormat pnm_image_format; 178 extern AVImageFormat pnm_image_format;
176 extern AVImageFormat pbm_image_format; 179 extern AVImageFormat pbm_image_format;
177 extern AVImageFormat pgm_image_format; 180 extern AVImageFormat pgm_image_format;