Browse Source

video_output: remove obsolete constraint

Decoder has been pushing pictures from their own pool since the
introduction of the push model.
pull/141/head
Alexandre Janniaux 4 years ago
committed by Steve Lhomme
parent
commit
af1278e2a0
  1. 2
      src/video_output/video_output.c

2
src/video_output/video_output.c

@ -402,8 +402,6 @@ picture_t *vout_GetPicture(vout_thread_t *vout)
/**
* It gives to the vout a picture to be displayed.
*
* The given picture MUST comes from vout_GetPicture.
*
* Becareful, after vout_PutPicture is called, picture_t::p_next cannot be
* read/used.
*/

Loading…
Cancel
Save