diff mplayer.c @ 35388:6c9c58ad43a3

Disable frame dropping for codec delay flush. This avoids some trouble detecting EOF for example with cover art as in bug #2109.
author reimar
date Sun, 25 Nov 2012 22:56:28 +0000
parents fa7a7312c47a
children 06aa6dc71613
line wrap: on
line diff
--- a/mplayer.c	Sun Nov 25 19:37:21 2012 +0000
+++ b/mplayer.c	Sun Nov 25 22:56:28 2012 +0000
@@ -1799,6 +1799,7 @@
             start   = NULL;
             pts     = MP_NOPTS_VALUE;
             hit_eof = 1;
+            drop_frame = 0;
         }
         if (in_size > max_framesize)
             max_framesize = in_size;