~ubuntu-branches/ubuntu/lucid/mythtv/lucid

« back to all changes in this revision

Viewing changes to libs/libavformat/mpegts.c

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2009-09-08 23:08:37 UTC
  • mfrom: (1.1.32 upstream)
  • Revision ID: james.westby@ubuntu.com-20090908230837-zrm2j6wutp76hwso
Tags: 0.22.0~trunk21742-0ubuntu1
* New upstream checkout (21742)
  - Fixes FTBFS on PPC. See changeset 21571 for more details.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2165
2165
        goto fail;
2166
2166
    }
2167
2167
    ts->raw_packet_size = get_packet_size(buf, sizeof(buf));
2168
 
    av_log(NULL, AV_LOG_ERROR, "mpegts_read_header: TS packet size = %d\n", ts->raw_packet_size);
 
2168
    av_log(NULL, AV_LOG_DEBUG, "mpegts_read_header: TS packet size = %d\n", ts->raw_packet_size);
2169
2169
    if (ts->raw_packet_size <= 0)
2170
2170
    {
2171
2171
        av_log(NULL, AV_LOG_ERROR, "mpegts_read_header: "