diff options
Diffstat (limited to 'libhb/decmpeg2.c')
-rw-r--r-- | libhb/decmpeg2.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libhb/decmpeg2.c b/libhb/decmpeg2.c index 73252d927..9e76be1bf 100644 --- a/libhb/decmpeg2.c +++ b/libhb/decmpeg2.c @@ -180,6 +180,9 @@ int hb_libmpeg2_decode( hb_libmpeg2_t * m, hb_buffer_t * buf_es, } m->last_pts = buf->start; + /* Store picture flags for later use by filters */ + buf->flags = m->info->display_picture->flags; + hb_list_add( list_raw, buf ); } } |