~ubuntu-branches/ubuntu/lucid/ffmpeg/lucid-updates

« back to all changes in this revision

Viewing changes to libavformat/rtp_h264.c

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2009-02-05 21:45:05 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090205214505-fvn0jkiv3lrkaaq4
Tags: 3:0.svn20090204-2ubuntu1+unstripped1
rebuild using a clean, uncrippled ffmpeg tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * RTP H264 Protocol (RFC3984)
3
 
 * Copyright (c) 2006 Ryan Martell.
 
3
 * Copyright (c) 2006 Ryan Martell
4
4
 *
5
5
 * This file is part of FFmpeg.
6
6
 *
20
20
 */
21
21
 
22
22
/**
23
 
* @file rtp_h264.c
 
23
* @file libavformat/rtp_h264.c
24
24
 * @brief H.264 / RTP Code (RFC3984)
25
25
 * @author Ryan Martell <rdm4@martellventures.com>
26
26
 *
46
46
#include "network.h"
47
47
#include <assert.h>
48
48
 
49
 
#include "rtp_internal.h"
 
49
#include "rtp.h"
50
50
#include "rtp_h264.h"
51
51
 
52
52
/**