Changeset c349177b in ffmpeg

Timestamp:
Oct 30, 2012, 1:19:52 AM (12 years ago)
Author:
Michael Niedermayer <michaelni@gmx.at>
Branches:
master
Children:
4b7f34a3
Parents:
740959fd
git-author:
Heesuk Jung <heesuk.jung@lge.com> (10/30/12 01:07:40)
git-committer:
Michael Niedermayer <michaelni@gmx.at> (10/30/12 01:19:52)
Message:

mpeg12video_parser: Wrong bit rate in MPEG2 video file (Ticket #1862)

mpegvideo parser sometime get wrong stream bit rate which is 0x3FFFF*400.
But maximum bit rate of MPEG2 video is up to 80 Mbps in case 1920x1080 resolution.
When bit rate is 0x3FFFF*400, set bit rate zero.

  • Problematic link

https://docs.google.com/open?id=0B6r7ZfWFIypCUkhPa0dyTGdFSE0

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

(No files)

Note: See TracChangeset for help on using the changeset viewer.