comparison rtp_mpv.c @ 3286:6f61c3b36632 libavformat

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents b0a253d7d0f7
children 886a8a62d740
comparison
equal deleted inserted replaced
3285:ccfd981fe0fa 3286:6f61c3b36632
17 * 17 *
18 * You should have received a copy of the GNU Lesser General Public 18 * You should have received a copy of the GNU Lesser General Public
19 * License along with FFmpeg; if not, write to the Free Software 19 * License along with FFmpeg; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 */ 21 */
22
23 #include "libavcodec/mpegvideo.h"
22 #include "avformat.h" 24 #include "avformat.h"
23 #include "rtp_internal.h" 25 #include "rtp_internal.h"
24
25 #include "mpegvideo.h"
26 26
27 /* NOTE: a single frame must be passed with sequence header if 27 /* NOTE: a single frame must be passed with sequence header if
28 needed. XXX: use slices. */ 28 needed. XXX: use slices. */
29 void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size) 29 void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size)
30 { 30 {