From 788223b1553f563e43a93b8d2beb01d09347156d Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Fri, 24 Feb 2006 16:07:21 +0000
Subject: [PATCH] Remove outdated FAQ entry about A/V sync issues when
 grabbing.

Originally committed as revision 5061 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 doc/faq.texi | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/doc/faq.texi b/doc/faq.texi
index 13eb0e1bb81..ec022d5bcb4 100644
--- a/doc/faq.texi
+++ b/doc/faq.texi
@@ -16,11 +16,6 @@ Even if ffmpeg can read the file format, it may not support all its
 codecs. Please consult the supported codec list in the ffmpeg
 documentation.
 
-@section I get audio/video synchronization problems when grabbing.
-
-Currently, the grabbing stuff does not handle synchronisation
-correctly. You are free to correct it. A fix is planned.
-
 @section How do I encode JPEGs to another format ?
 
 If the JPEGs are named img1.jpg, img2.jpg, img3.jpg,..., use:
-- 
GitLab