Browse Source

mmal: fix typo

pull/121/head
Alexandre Janniaux 6 years ago
parent
commit
b448334861
  1. 2
      modules/hw/mmal/codec.c

2
modules/hw/mmal/codec.c

@ -74,7 +74,7 @@ typedef struct
vlc_video_context *vctx;
// Lock to avoid pic update & allocate happenening simultainiously
// Lock to avoid pic update & allocate happening simultaneously
// * We should be able to arrange life s.t. this isn't needed
// but while we are confused apply belt & braces
vlc_mutex_t pic_lock;

Loading…
Cancel
Save