Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2011-01-22 06:49:55 +0300
committerMichael Niedermayer <michaelni@gmx.at>2011-01-23 21:32:08 +0300
commitd5ec00ba57d8e20aeddca88281a4441c5d80d9f7 (patch)
treee950007de6b5663a53c77783be70df19fc918555 /libavcodec/h264.c
parentd67a6aa59c1b94f01fceebc3dbd7624e78829031 (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> (cherry picked from commit ff3d43104fa5df0a3f4b52ff9b989ce2d11ad35d)
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.