diff options
author | Tobias Bindhammer <tobias.bindhammer@uni-ulm.de> | 2010-08-23 13:19:48 +0000 |
---|---|---|
committer | Tobias Bindhammer <tobias.bindhammer@uni-ulm.de> | 2010-08-23 13:19:48 +0000 |
commit | e4d2ab529894bc5136e7609c21205cccf79d2e83 (patch) | |
tree | fbc0cdc3eb7050922f1f8f168bab9296df1af3d1 | |
parent | 1c109780868ec2454a6491fa232873511d9eeb06 (diff) | |
download | ffmpeg-e4d2ab529894bc5136e7609c21205cccf79d2e83.tar.gz |
removed an unnecessary blank line
Originally committed as revision 24882 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index f8a4df4df9..042b5c9945 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -216,7 +216,6 @@ enum CodecID { CODEC_ID_A64_MULTI, CODEC_ID_A64_MULTI5, - /* various PCM "codecs" */ CODEC_ID_PCM_S16LE= 0x10000, CODEC_ID_PCM_S16BE, |