summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2011-01-22 03:49:55 +0000
committerMans Rullgard <mans@mansr.com>2011-01-22 16:15:53 +0000
commitff3d43104fa5df0a3f4b52ff9b989ce2d11ad35d (patch)
tree61d3a2c704dfb57292db556014779f909a692730 /libavcodec/h264.c
parent8ae0fa243e1f7a03cb5f23e2d9a32d3cc88b4def (diff)
Remove H.264 encoder fragments
It's incomplete, no one is working on it, and when someone asks about working on it we advise them not to. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r--libavcodec/h264.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 40dc276dd6..52a161bde7 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -1,5 +1,5 @@
/*
- * H.26L/H.264/AVC/JVT/14496-10/... encoder/decoder
+ * H.26L/H.264/AVC/JVT/14496-10/... decoder
* Copyright (c) 2003 Michael Niedermayer <michaelni@gmx.at>
*
* This file is part of FFmpeg.