diff options
Diffstat (limited to 'src/libvdpau/dpb.c')
-rw-r--r-- | src/libvdpau/dpb.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libvdpau/dpb.c b/src/libvdpau/dpb.c index 71bc1ce01..7ad87bab7 100644 --- a/src/libvdpau/dpb.c +++ b/src/libvdpau/dpb.c @@ -297,9 +297,7 @@ int dpb_flush(struct dpb *dpb) pic = next_pic; } while (pic != NULL); - printf("Flushed, used: %d\n", dpb->used); - //dpb->pictures = NULL; - //dpb->used = 0; + //printf("Flushed, used: %d\n", dpb->used); return 0; } |