Mercurial > libavformat.hg
changeset 788:0f33c9ce24ac libavformat
non-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald bitfreak net)
author | michael |
---|---|
date | Thu, 09 Jun 2005 20:01:02 +0000 |
parents | 386fff926e83 |
children | 411b75055a43 |
files | avienc.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/avienc.c Tue Jun 07 21:21:54 2005 +0000 +++ b/avienc.c Thu Jun 09 20:01:02 2005 +0000 @@ -77,6 +77,7 @@ important if multiple tags possible for a given codec. */ const CodecTag codec_bmp_tags[] = { { CODEC_ID_H264, MKTAG('H', '2', '6', '4') }, + { CODEC_ID_H264, MKTAG('V', 'S', 'S', 'H') }, { CODEC_ID_H263, MKTAG('H', '2', '6', '3') }, { CODEC_ID_H263P, MKTAG('H', '2', '6', '3') },