Commit 0202493d authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

MpegVideo packetizer: fix frame rates

parent 5dc612be
...@@ -538,7 +538,7 @@ static block_t *ParseMPEGBlock( decoder_t *p_dec, block_t *p_frag ) ...@@ -538,7 +538,7 @@ static block_t *ParseMPEGBlock( decoder_t *p_dec, block_t *p_frag )
/* Unofficial 15fps from Xing*/ /* Unofficial 15fps from Xing*/
{ 15, 1001 }, { 15, 1001 },
/* Unofficial economy rates from libmpeg3 */ /* Unofficial economy rates from libmpeg3 */
{ 5, 1001 }, { 10, 1001 }, { 12, 1001 }, { 15, 1001 }, { 5000, 1001 }, { 1000, 1001 }, { 12000, 1001 }, { 15000, 1001 },
{ 1, 1 }, { 1, 1 } /* invalid */ { 1, 1 }, { 1, 1 } /* invalid */
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment