Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
H264 parser: improve comment for last parser change
  • Loading branch information
perexg committed Nov 18, 2015
1 parent ffa2aca commit 91d2d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parsers/parser_h264.c
Expand Up @@ -429,7 +429,7 @@ h264_decode_slice_header(elementary_stream_t *st, bitstream_t *bs, int *pkttype,
d = 180000 * (uint64_t)sps->units_in_tick / (uint64_t)sps->time_scale;
if (d == 0 && st->es_frame_duration == 0 && p->start + 4 < dispatch_clock) {
tvhwarn("parser", "H264 stream has not timing information, using 30fps");
d = 3000; /* 30fps */
d = 3000; /* 90000/30 = 3000 : 30fps */
}

if (sps->cbpsize)
Expand Down

0 comments on commit 91d2d4e

Please sign in to comment.