---
 mt-work/todo.txt |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/mt-work/todo.txt b/mt-work/todo.txt
index 3866608..9056b0b 100644
--- a/mt-work/todo.txt
+++ b/mt-work/todo.txt
@@ -5,6 +5,10 @@ Todo
 - Encoding support. This is easy, but adapting the mpegvideo encoder, especially ratecontrol, isn't.
 - Handle stream reinits (closing and reopening the internal state due to width/height change) properly
 - Sort out h264/mpeg's update_context into some reasonable order and comment them
+- ffmpeg -threads X drops X-1 frames from the end of the decode, even with -vsync 0. I think this
+is its bug, and it might not take too long to fix.
+- Disable frame threading and require the user to activate it for now, since nearly all clients
+probably can't handle A/V sync with it properly. ffplay and mplayer should be fine.
 
 To think about
 - Is it easy for clients to accurately handle decoder delay? mplayer had some problems. We don't use avctx->delay in decoding but we could.
\ No newline at end of file
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to