diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-05-04 03:34:38 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-05-04 03:34:38 +0000 |
commit | f9eada03db0e9d3d4e67b28d9f02836d0ce1d522 (patch) | |
tree | d687159b090252f240a7decea2e32e1ae9c0f75f /libavcodec/vc1.h | |
parent | 7d9a6a0fc3a85787a75c98f4510136e00bc17af1 (diff) | |
download | ffmpeg-f9eada03db0e9d3d4e67b28d9f02836d0ce1d522.tar.gz |
Typo
Originally committed as revision 8885 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vc1.h')
-rw-r--r-- | libavcodec/vc1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vc1.h b/libavcodec/vc1.h index 434eb4552e..af0d04acba 100644 --- a/libavcodec/vc1.h +++ b/libavcodec/vc1.h @@ -20,7 +20,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -/** Markers used if VC-1 AP frame data */ +/** Markers used in VC-1 AP frame data */ //@{ enum VC1Code{ VC1_CODE_RES0 = 0x00000100, |