#7175: static AVMutex without initialization (pthread_mutex_init)
-------------------------------------+-----------------------------------
             Reporter:  Antr         |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:  ffmpeg
              Version:  unspecified  |               Resolution:  invalid
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-----------------------------------
Changes (by heleppkes):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 All these AVMutex are initialized statically, ie.

 static AVMutex mutex = AV_MUTEX_INITIALIZER;

--
Ticket URL: <https://trac.ffmpeg.org/ticket/7175#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac

Reply via email to