~ubuntu-branches/ubuntu/quantal/vice/quantal

« back to all changes in this revision

Viewing changes to src/gfxoutputdrv/ffmpeg/rtsp.h

  • Committer: Bazaar Package Importer
  • Author(s): Zed Pobre
  • Date: 2006-07-30 19:15:59 UTC
  • mto: (9.1.1 lenny) (1.1.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20060730191559-g31ymd2mk102kzff
Tags: upstream-1.19
ImportĀ upstreamĀ versionĀ 1.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    int content_length;
51
51
    enum RTSPStatusCode status_code; /* response code from server */
52
52
    int nb_transports;
 
53
    /* in AV_TIME_BASE unit, AV_NOPTS_VALUE if not used */
 
54
    int64_t range_start, range_end; 
53
55
    RTSPTransportField transports[RTSP_MAX_TRANSPORTS];
54
56
    int seq; /* sequence number */
55
57
    char session_id[512];