comparison vdpau.c @ 11491:63837bcce840 libavcodec

Cosmetics: Fix a comment.
author cehoyos
date Sun, 14 Mar 2010 23:52:45 +0000
parents e7c30cba2c7b
children 30f5bf824f04
comparison
equal deleted inserted replaced
11490:c71384779e14 11491:63837bcce840
1 /* 1 /*
2 * Video Decode and Presentation API for UNIX (VDPAU) is used for 2 * Video Decode and Presentation API for UNIX (VDPAU) is used for
3 * HW decode acceleration for MPEG-1/2, H.264 and VC-1. 3 * HW decode acceleration for MPEG-1/2, MPEG-4 ASP, H.264 and VC-1.
4 * 4 *
5 * Copyright (c) 2008 NVIDIA 5 * Copyright (c) 2008 NVIDIA
6 * 6 *
7 * This file is part of FFmpeg. 7 * This file is part of FFmpeg.
8 * 8 *