diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2005-02-26 19:58:21 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2005-02-26 19:58:21 +0000 |
commit | 4ce6009a6db65a339fba1a1e9da9ad780918ae38 (patch) | |
tree | f0a4df63633427b7f79eae0ce42ccdc84ea3577c /src | |
parent | 081ee8763663ffb98145ea232cad0260bb93aef2 (diff) | |
download | xine-lib-4ce6009a6db65a339fba1a1e9da9ad780918ae38.tar.gz xine-lib-4ce6009a6db65a339fba1a1e9da9ad780918ae38.tar.bz2 |
**BUGFIX**
new h264 fourcc reported in the wild.
i don't have any samples, but adding it here doesn't hurt
CVS patchset: 7425
CVS date: 2005/02/26 19:58:21
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/buffer_types.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c index 8c8c0b656..73824d7d6 100644 --- a/src/xine-engine/buffer_types.c +++ b/src/xine-engine/buffer_types.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: buffer_types.c,v 1.90 2005/01/14 15:29:51 jstembridge Exp $ + * $Id: buffer_types.c,v 1.91 2005/02/26 19:58:21 miguelfreitas Exp $ * * * contents: @@ -637,6 +637,7 @@ static video_db_t video_db[] = { { { meFOURCC('a','v','c','1'), + meFOURCC('h','2','6','4'), 0 }, BUF_VIDEO_H264, |