~ubuntu-branches/ubuntu/lucid/ffmpeg/lucid-security

« back to all changes in this revision

Viewing changes to libavformat/rtp_h264.h

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2009-03-13 09:18:28 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090313091828-n4ktby5eca487uhv
Tags: 3:0.svn20090303-1ubuntu1+unstripped1
merge from ubuntu.jaunty branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#ifndef AVFORMAT_RTP_H264_H
23
23
#define AVFORMAT_RTP_H264_H
24
24
 
25
 
#include "rtp.h"
 
25
#include "rtpdec.h"
26
26
 
27
27
extern RTPDynamicProtocolHandler ff_h264_dynamic_handler;
28
28
void ff_rtp_send_h264(AVFormatContext *s1, const uint8_t *buf1, int size);