Re: [FFmpeg-devel] [PATCH] avformat: Document thread-safety requirement for interrupt callback

2016-08-16 Thread Jan Sebechlebsky
On 08/16/2016 06:42 PM, Nicolas George wrote: Le decadi 30 thermidor, an CCXXIV, Marton Balint a écrit : I think the idea was to document this limitation to the fifo muxer only. That would be acceptable, although I still think it would be preferable to avoid that requirement altogether.

Re: [FFmpeg-devel] [PATCH] avformat: Document thread-safety requirement for interrupt callback

2016-08-16 Thread Nicolas George
Le decadi 30 thermidor, an CCXXIV, Marton Balint a écrit : > I think the idea was to document this limitation to the fifo muxer only. That would be acceptable, although I still think it would be preferable to avoid that requirement altogether. Regards, -- Nicolas George signature.asc

Re: [FFmpeg-devel] [PATCH] avformat: Document thread-safety requirement for interrupt callback

2016-08-16 Thread Marton Balint
On Tue, 16 Aug 2016, Nicolas George wrote: Le decadi 30 thermidor, an CCXXIV, sebechlebsky...@gmail.com a écrit : From: Jan Sebechlebsky Muxing might be running in a separate thread if actual muxer is run inside of fifo pseudo-muxer. Callback should be therefore

Re: [FFmpeg-devel] [PATCH] avformat: Document thread-safety requirement for interrupt callback

2016-08-16 Thread Nicolas George
Le decadi 30 thermidor, an CCXXIV, sebechlebsky...@gmail.com a écrit : > From: Jan Sebechlebsky > > Muxing might be running in a separate thread if actual muxer is > run inside of fifo pseudo-muxer. Callback should be therefore > thread-safe. This is an incompatible

[FFmpeg-devel] [PATCH] avformat: Document thread-safety requirement for interrupt callback

2016-08-16 Thread sebechlebskyjan
From: Jan Sebechlebsky Muxing might be running in a separate thread if actual muxer is run inside of fifo pseudo-muxer. Callback should be therefore thread-safe. Signed-off-by: Jan Sebechlebsky --- libavformat/avformat.h | 2 +-